Dev tools
Cookie Manager extension
A Manifest V3 browser extension for Chrome and Firefox that lets you view, edit, delete, search, import and export cookies for the current site. Everything stays in your browser — no telemetry, no remote code.
Install in developer mode
Chrome / Edge / Brave / Arc
- Unzip the downloaded file.
- Open
chrome://extensions. - Enable Developer mode (top-right toggle).
- Click Load unpacked and select the unzipped folder.
- Pin the extension from the toolbar puzzle icon so it shows next to the address bar.
- Open any site and click the icon — the popup lists that site’s cookies.
Firefox
- Unzip the downloaded file.
- Open
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on… and select
manifest.jsoninside the unzipped folder. - Firefox temporary add-ons are removed when the browser quits. For permanent install, we’ll publish the signed XPI on Mozilla Add-ons (AMO).
Store deployment (roadmap)
We’re preparing store listings for the Chrome Web Store and Firefox AMO. Both require the same source tree and a privacy policy — see the extension privacy policy.
Permissions
cookies— read and write cookies for the current site.activeTab/tabs— scope actions to the active tab.storage— remember the “first run” explainer dismissal.downloads— save exports to your machine.host_permissions: <all_urls>— required by the browser to read cookies for any site you open the popup on.