StorageManager

Privacy Policy — Storage & Cookie Manager

Last updated: July 20, 2025

Overview

Storage & Cookie Manager is a browser extension that helps you view, edit, and manage LocalStorage, SessionStorage, and Cookies for the active browser tab. Your privacy is important — this extension is designed to work entirely locally on your device.

Data Collection

We do not collect, store, transmit, or share any user data. Specifically:

Permissions Explained

This extension requests the following permissions, each with a specific purpose:

Permission Why It’s Needed
activeTab To access the storage data of the currently active tab when you open the popup.
scripting To inject a script into the active tab that reads/writes LocalStorage and SessionStorage.
cookies To read, create, edit, and delete cookies for the current site via the Chrome Cookies API.
storage To save your last-used tab preference (Local/Session/Cookies) locally within the extension.
<all_urls> Required by the Cookies API to access cookies across all websites you visit.

How Data Is Handled

Data Storage

The only data this extension persists is your last selected tab (Local, Session, or Cookies), stored via chrome.storage.local. This is a browser-local API and the data stays on your device.

Third Parties

This extension does not communicate with any third-party services, APIs, or servers. It has zero network activity.

Open Source

This extension is fully open source. You can audit the complete source code at: https://github.com/cyberzilla/StorageManager

Contact

If you have questions about this privacy policy, please open an issue on the GitHub repository.