Submit an extension

↑↓ move · ↵ open · Tab filter · Esc close

Chrome extension storage permission

The storage permission lets an extension save and retrieve its own settings and data locally, and Chrome does not show a warning for it because it only affects the extension's own data, not your browsing. Almost every extension with settings or saved preferences uses this permission.

Last reviewed · 1 listing · Independent, not affiliated with Google

What Chrome shows

Store data locally (no warning) Low access

Extensions that use this permission

  1. Example Extension

    A placeholder listing that shows where a reviewed extension will appear.

    Free Productivity ✓ No account needed

Storage is one of the most common and least concerning permissions an extension can request. It lets the extension remember things like your preferences, saved lists or sync settings across devices, without touching your browsing data, cookies or page content on other sites.

What the storage permission allows

With the storage permission, an extension can save key-value data locally through chrome.storage.local, or sync small amounts of data across your signed-in Chrome browsers through chrome.storage.sync. It cannot read website content, cookies or other extensions' data through this permission alone.

Which extensions legitimately need it

Nearly any extension with settings, saved preferences, a to-do list, notes, or a toggle that should persist between browser restarts needs the storage permission. It is expected in almost every category of extension, from ad blockers to productivity tools to shopping helpers.

How to check or remove the storage permission

Open chrome://extensions and click Details on an extension to see its listed permissions; storage often appears without a separate user-facing warning since Chrome considers it low risk. To stop an extension from storing data, remove it entirely from Manage extensions.

Chrome extension storage permission: FAQs

What does the Chrome extension storage permission do?

It lets an extension save and retrieve its own data, such as settings or a saved list, locally on your device or synced across your signed-in browsers, without accessing your browsing activity.

Why doesn't Chrome show a warning for the storage permission?

Chrome treats storage as low risk because it only lets the extension manage its own private data. It cannot read website content, cookies or history through this permission.

Is the storage permission safe for Chrome extensions?

Yes. It is one of the safest permissions an extension can request, since it is limited to the extension's own saved data rather than anything on the websites you visit.

What is the difference between storage and cookies permissions?

The storage permission covers data the extension saves for itself, such as settings. The cookies permission covers cookies set by websites, which is a separate and more sensitive category of data.

Does chrome.storage.sync share data across devices?

Yes. Data saved with chrome.storage.sync is synced across browsers where you are signed into the same Google account, up to Chrome's storage size limits for synced data.

Can an extension track me using only the storage permission?

Not directly. Storage alone only lets an extension save its own data; it does not grant access to your browsing history, open tabs or website content needed to track activity.

Why do almost all extensions request the storage permission?

Most extensions have some setting, preference or saved state, such as a theme choice or list of items, and the storage permission is the standard way to persist that data.

Should I worry if an extension only requests storage?

Generally no. An extension that requests only storage, with no host or sensitive permissions, has a limited ability to affect your browsing beyond its own interface.

Does removing an extension delete its stored data?

Removing an extension typically deletes its locally stored data. Data synced through chrome.storage.sync may be removed from sync as well, though behavior can vary by extension.

Is storage permission required for an extension's options page?

Yes, in most cases. If an extension has an options or settings page that remembers your choices between sessions, it needs the storage permission to save those choices.

Does the storage permission work the same in Edge and Brave?

Chromium-based browsers like Edge and Brave support the same chrome.storage API, so the storage permission behaves the same way across these browsers.