Last updated: August 2026
Cookie & Storage Inspector runs entirely inside your browser. It does not collect, store, transmit, or share any personal data, browsing history, cookies, or storage contents. The extension makes zero network requests of any kind. There is no account, no sign-in, no telemetry, and no analytics.
We collect nothing. No data is sent to the developer or to any third party. No data is sold, shared, or used for advertising, credit scoring, or any purpose unrelated to the extension's single function.
The extension's single purpose is to inspect and edit browser storage for the site you are viewing: cookies, localStorage, sessionStorage and IndexedDB, in one panel.
activeTab — grants access to the page you are currently viewing, and only while you have the extension open. It is used to identify which site you are on so the correct cookies and storage entries can be displayed.
scripting — used to inject a small script into the active tab when you open the extension. This script reads and writes localStorage and sessionStorage, because those values exist only in the page's own context and cannot be reached from the extension otherwise. The script performs no work until the extension asks it for data, and it sends nothing anywhere.
cookies (optional) — requested only when you choose to enable cookie access. It is used to read, create, modify and delete cookies at your explicit request.
Access to all sites (optional) — requested together with the cookies permission. Chrome's cookie API does not support per-site scoping: reading a single cookie technically requires access to all sites. This is a limitation of Chrome, not a design choice. Because the extension makes no network requests, this access cannot be used to send anything anywhere.
Optional permissions are not granted at install time. Chrome asks you for them only when you click to enable the feature, and you can revoke them at any time in chrome://extensions.
Nothing is retained. Cookies and storage values are read when you open the extension, displayed in the panel, and discarded when you close it. Exported JSON or .txt files are written only to the location you choose, by you.
The extension contains no remote code, no third-party trackers, and no external analytics scripts. All fonts and assets are bundled locally. All processing is done on your device via the standard Chrome Extension APIs.
You can verify these claims yourself in about ten seconds: open the extension, press F12, and watch the Network tab. The request count stays at zero.
This extension is not directed at children under 13, and no personal information is knowingly collected from them.
This policy may be updated from time to time. The revision date at the top will change accordingly.
For questions about this policy or the extension, contact: gmarsas546@gmail.com