Privacy Policy
Cookie LocalStorage Exporter reads cookies and localStorage from the active browser tab only after the user clicks the extension popup and starts a capture.
What the extension accesses
- The active tab URL and title
- Cookies associated with the active tab
localStorageentries available to the active tab page
What the extension does with that data
- Builds a JSON payload locally in the browser
- Copies the JSON to the user's clipboard when the user clicks the copy button
- Shows counts and search results locally inside the popup
What the extension does not do
- Does not send captured data to any remote server
- Does not upload, sync, sell, or share captured data
- Does not store export history
- Does not read background tabs
- Does not analyze page content beyond reading cookies and
localStorage
Permissions
activeTabto inspect the current tab the user clicked fromscriptingto readlocalStoragefrom the active pagecookiesto read cookies related to the active page- Host permissions for
http://*/*andhttps://*/*so Chrome can return cookies, including parent-domain cookies
Data retention
Captured data stays on the user's machine. The extension does not keep a server-side copy and does not create an internal history database.
User responsibility
Exported JSON may include authentication tokens, session identifiers, and account data. Users should treat the copied output as sensitive.
Contact
Publisher contact information should be provided in the Chrome Web Store listing.