Last updated: September 15, 2026 • Version 1.0.0
Storage Manager - LocalStorage, SessionStorage & Cookies ("the extension") is a classic card editor that lets you view, add, edit, delete, search, and import/export localStorage, sessionStorage and cookies for the currently active site. Your privacy is central — everything happens locally in your browser.
No data collection. No tracking. No server.
All storage inspection and editing happens on your device. We do not collect, store, transmit, sell, or share any personal data with the developer or any third party.
When you open the popup on any http/https site, the extension:
chrome.scripting.executeScript into the active tab to read/write window.localStorage and window.sessionStorage for that origin onlychrome.cookies.getAll / set / remove via the background service worker to list and edit cookies for the current sitelight/dark and cookie column visibility) in chrome.storage.local — no site data is synced or uploadedAccesses the currently active tab's URL/hostname to scope storage and cookies to that site and to inject the on-demand storage script.
Executes a one-off function in the page's MAIN world to read/write localStorage / sessionStorage (not accessible from extension context otherwise). No persistent content script.
Lists, creates, edits and deletes cookies for the active site via chrome.cookies API. HttpOnly cookies are shown/deletable but HttpOnly flag cannot be unset — browser-enforced and surfaced as disabled.
Saves only extension settings (theme and cookie column prefs) via chrome.storage.local. Never used to exfiltrate site data.
Required so chrome.cookies and scripting work on any https/http site you visit. No data is sent to any host — permission is only to read/write storage locally per site.
We do not sell, rent, or transfer any user data to third parties. We do not use data for advertising, credit, or profiling. The only data touched is the site storage you explicitly choose to view/edit, and it remains between the page, Chrome's storage, and your local downloads.
Import/Export, JSON pretty-print, search/filter, and clipboard copy are all 100% offline. Export creates a local Blob JSON file ({hostname}-{type}-{timestamp}.json or combined -all-), Import is parsed and validated locally before any write, with an overwrite/skip confirmation.
The extension does not knowingly collect data from anyone, including children under 13. It is a utility tool with no sign-in or data entry beyond the storage you edit on sites you visit.
If this policy changes, the updated version will be posted at this same URL with a revised "Last updated" date. Material changes will be reflected in the Chrome Web Store listing.
Questions? Contact the developer via the Chrome Web Store support link for Storage Manager.
No data collected • All processing local • Open source friendly