```ts // 特定キーを削除 chrome.storage.local.remove("key") // 全削除 chrome.storage.local.clear() ```