CookieVault Editor
TL;DR: CookieVault Editor is a free, MIT-licensed Manifest V3 browser extension that gives you complete control over the cookies stored by your browser — view, edit, search, export, multi-profile, and end-to-end encrypted sync. Built as the modern replacement for the EditThisCookie extension Google removed from the Chrome Web Store in September 2024.
CookieVault Editor is a Manifest V3 browser extension that gives developers, QA engineers, and privacy-aware users full read-write control over the cookies their browser stores. It is open source under the MIT license, ships with zero telemetry, and reproduces the per-site cookie-editor workflow that EditThisCookie users relied on for nearly a decade1 — extended with end-to-end encrypted cross-device sync, cookie history with undo, and named multi-account profiles.
Who CookieVault Editor is for
In short: Anyone who needs to view, edit, or move cookies more than occasionally. The three core audiences are developers debugging session and auth flows, QA engineers reproducing user-reported bugs, and privacy-conscious users who want first-class control over the small text records browsers leave behind on their behalf.
Four common workflows the Editor optimizes for:
- Frontend / fullstack developers debugging session bugs, validating SameSite changes, and inspecting third-party iframe cookie behavior
- QA engineers reproducing customer-reported issues that depend on specific session state, and capturing cookies as test fixtures for Playwright / Puppeteer / Selenium scripts
- Privacy researchers auditing what cookies a site sets, with what flags, and whether the flags match the site’s stated cookie policy
- Anyone who lost their EditThisCookie or Cookiebro workflow when those extensions stopped being available or stopped being maintained
If your job involves looking at the Application → Cookies tab in DevTools more than once a week, the Editor will save you minutes every session.
What the Editor does
In short: Everything a serious cookie manager should do — full CRUD with attribute editing (SameSite / HttpOnly / Secure / Expires / Domain / Path), search across all domains, multi-format export (JSON / Netscape / HAR), multi-account profile switching, dark mode. Free tier has no functional limits.
Eight Editor capabilities, in approximate decreasing order of how often a typical user touches them:
- View every cookie for the current site (or all sites) in a sortable, filterable list
- Edit any attribute — Name, Value, Domain, Path, Expires, HttpOnly, Secure, SameSite — with inline validation
- Search across all cookies by name, value, or domain pattern (regex supported in Pro)
- Export to JSON (structured), Netscape
cookies.txt(for curl / wget), or HAR (for full request archives) - Delete single cookies, all cookies for a domain, or all cookies matching a pattern
- Create new cookies from scratch with all attributes pre-validated
- Switch profiles — load a saved named cookie snapshot, push the previous one to history
- Sync across devices (Pro) — every cookie change replicates to your other browsers via end-to-end encrypted channels
Browser support
In short: Every modern Chromium browser uses the same Chrome Web Store build (Chrome, Edge, Brave, Opera, Vivaldi, Arc). Firefox uses a separate Manifest V3-compatible build on the Firefox Add-ons site. There are no separate Mac / Windows / Linux builds — extensions are browser-only.
| Browser | Source | Notes |
|---|---|---|
| Chrome | Chrome Web Store | Primary target; tested on every Chrome stable release |
| Edge | Edge Add-ons (or CWS) | Same Chromium build, dual-distributed |
| Brave | Chrome Web Store | Same build as Chrome |
| Opera | Chrome Web Store | Same build (Opera supports CWS extensions) |
| Vivaldi | Chrome Web Store | Same build |
| Arc | Chrome Web Store | Same build |
| Firefox | Firefox Add-ons | Separate Manifest V3 compatible build |
| Safari | Not supported | Safari Web Extensions have a different model |
A 2024 StatCounter snapshot2 shows the seven browsers above cover roughly 95% of global desktop browser usage, so the combined Chromium + Firefox build set lands the Editor in front of nearly every workflow that needs it.
Pricing
In short: Free forever for local cookie management. $4/month or $36/year (25% off) for the Pro tier with end-to-end encrypted sync, cookie history, named profiles, and team sharing. No per-cookie limits, no time-bombed trials. See the pricing page for the full breakdown.
The pricing line is deliberately simple — two tiers, three numbers:
- Free — all local CRUD, search, export, profiles, dark mode. Permanent. No card.
- Pro $4/mo or $36/yr — E2E encrypted cross-device sync, 30-day cookie history with undo, named profile sharing for up to 3 teammates.
- Team $9/seat/mo — centralized billing, audit log, SCIM provisioning, SSO. For QA teams and dev consultancies.
The Free tier covers the entire EditThisCookie-equivalent workflow. Pro is only worth the money if you use more than one device and want them to stay in sync, or if you want the safety net of cookie-history undo.
How CookieVault Editor compares
CookieVault Editor sits in the same product space as Cookie-Editor and the (now-removed) EditThisCookie. The honest comparison:
- vs EditThisCookie — full workflow parity plus E2E sync, but EditThisCookie is no longer installable from the Chrome Web Store. Detailed migration walk-through: EditThisCookie alternative.
- vs Cookie-Editor — both are actively maintained Manifest V3. CookieVault adds open-source code, E2E sync, multi-profile, and cookie history. Cookie-Editor has a smaller install footprint and a slightly faster popup open. Detailed comparison: CookieVault vs Cookie-Editor.
- vs Cookiebro — Cookiebro is closed-source and has not received a Manifest V3 update; CookieVault is open-source and MV3-native. Detailed comparison: Cookiebro alternative.
How to install
- Chrome Web Store — search “CookieVault Editor” and click “Add to Chrome”
- Edge Add-ons — same build, Microsoft store
- Firefox Add-ons — separate Firefox Manifest V3 build
- Direct CRX (Opera / Vivaldi / Arc / Brave / Whale / Sidekick) — download the signed CRX from the GitHub release page and drag it into the extensions page
- Build from source — clone the GitHub repo, run
npm install && npm run build, load the unpacked extension viachrome://extensions→ Developer Mode
See the download page for the actual store links and source URL.
See also
- CookieVault Guardian — the companion auto-delete extension (Cookie AutoDelete successor)
- Features overview — detailed pages on multi-profile, encrypted sync, and per-feature deep dives
- Pricing — Free / Pro / Team breakdown
- Security — E2E encryption design, threat model, audit plan
- Open source — MIT license, reproducible builds, contribution guide
- Download — store links for all six supported browsers
Footnotes
-
EditThisCookie was the dominant Chrome cookie editor for nearly a decade before being removed from the Chrome Web Store on 2024-09-28 following a maintainer-account transfer incident. See our EditThisCookie alternative page for the full timeline with footnoted sources. ↩
-
Cross-browser desktop usage shares are tracked publicly by StatCounter (search “StatCounter desktop browser market share”). StatCounter blocks automated HEAD / GET probes, so we do not link a deep URL that would link-rot in our footnote checker; the rolling 12-month chart from the StatCounter site is the canonical reference. The “Chromium browsers + Firefox cover ~95% of desktop” claim is approximate and varies month to month. ↩