Download CookieVault
TL;DR: CookieVault Editor and Guardian are Manifest V3 extensions you install from the Chrome Web Store (Chrome, Edge, Brave, Opera, Vivaldi, Arc), Firefox Add-ons, or as a signed CRX from GitHub. Free, no account required, auto-updating from the official stores.
CookieVault is distributed as two independent Manifest V3 browser extensions — Editor (cookie management) and Guardian (auto-delete on tab close) — available through the official extension store for each browser, with full source code on GitHub for users who prefer to self-build. Installation is free, requires no account, and the store builds auto-update.
Which extension do you need
In short: Editor is the EditThisCookie replacement (view / edit / export cookies). Guardian is the Cookie AutoDelete replacement (auto-clean on tab close). They are independent — install one, the other, or both.
| You want to… | Install |
|---|---|
| View, edit, search, export, import cookies | CookieVault Editor |
| Auto-delete cookies + site data on tab close | CookieVault Guardian |
| Both workflows | Both (they share one Pro account) |
Install by browser
In short: Chromium browsers (Chrome, Edge, Brave, Opera, Vivaldi, Arc) use the Chrome Web Store build. Firefox uses a separate Firefox Add-ons build. All other installs go through the signed CRX on GitHub.
| Browser | Editor | Guardian | Source |
|---|---|---|---|
| Chrome | Chrome Web Store | Chrome Web Store | Official |
| Edge | Edge Add-ons (or CWS) | Edge Add-ons (or CWS) | Official |
| Brave | Chrome Web Store | Chrome Web Store | Same Chromium build |
| Opera | Chrome Web Store | Chrome Web Store | Same Chromium build |
| Vivaldi | Chrome Web Store | Chrome Web Store | Same Chromium build |
| Arc | Chrome Web Store | Chrome Web Store | Same Chromium build |
| Firefox | Firefox Add-ons | Firefox Add-ons | Separate MV3 build |
| Safari | Not supported | Not supported | — |
Store listing URLs are finalized at public launch. Until then, the GitHub release page hosts signed CRX packages for every supported browser.
Install from the Chrome Web Store (recommended)
The five-step happy path for any Chromium browser:
- Open the Chrome Web Store listing for CookieVault Editor (or Guardian)
- Click “Add to Chrome” (the button text varies by browser: “Add to Brave,” “Install,” etc.)
- Review the requested permissions and confirm
- Pin the toolbar icon for one-click access (puzzle-piece menu → pin)
- Click the icon to open the extension and start managing cookies
The store install auto-updates whenever a new release ships, so you always have the latest security fixes.
Install via signed CRX (advanced)
For users who prefer not to use the Chrome Web Store, or for browsers that need side-load:
- Open the GitHub release page for the version you want
- Download the signed
.crxfile and the matchingSHA256SUMSfile - Verify the checksum:
sha256sum cookievault-editor.crxand compare to the published value - Open
chrome://extensionsand enable Developer Mode (top-right toggle) - Drag the
.crxonto the extensions page and confirm - Note: side-loaded installs do not auto-update — re-download for new releases
Build from source
CookieVault is MIT-licensed and reproducible-built. To build it yourself:
- Clone the repository from GitHub
- Run
npm install - Run
npm run build— output lands indist/ - Open
chrome://extensions, enable Developer Mode, click “Load unpacked,” and select thedist/folder
Reproducible builds mean the binary you build matches the binary in the store for the same tagged commit — verify by comparing SHA-256 checksums.
See also
- CookieVault Editor — cookie manager feature overview
- CookieVault Guardian — auto-delete feature overview
- Pricing — Free / Pro / Team breakdown
- Open source — repositories, license, reproducible builds
- Security — how to verify what you install
- EditThisCookie alternative — migration guide