An EditThisCookie alternative that still works in Chrome
EditThisCookie was a Manifest V2 extension, and Chrome has retired that platform. CookieMan is a free, open-source Manifest V3 cookie editor built for the same job — and it reads the JSON exports you already have.
What actually happened to Manifest V2
Chrome extensions used to be built on Manifest V2, which allowed long-lived background pages and remotely-loaded code. Manifest V3 replaced it with service workers and a tighter security model, and Google phased out the old platform: from 2024 onwards Chrome began disabling Manifest V2 extensions, and they are no longer distributed through the Chrome Web Store.
For cookie tooling this hit hard, because the category was full of long-standing V2 extensions. If your cookie editor vanished from the toolbar, or the Web Store page returned nothing, that is the reason — not your profile.
What you used, and where it is now
Honest mapping, including the two things this extension deliberately does not do.
| What EditThisCookie did | CookieMan | Notes |
|---|---|---|
| List every cookie for the current site | Yes | Live list, updated as cookies change |
| Edit name, value, domain, path, expiry | Yes | One form, applied in a single write |
| Toggle Secure, HttpOnly, SameSite | Yes | Plus host-only and partitioned (CHIPS) |
| Add a cookie by hand | Yes | + Add, with the same field set |
| Delete one cookie or all of them | Yes | Per row, or clear the whole domain |
| Search / filter cookies | Yes | Filters by name, value or domain as you type |
| Import / export JSON | Yes | Same JSON array shape, plus cookies.txt, header, Set-Cookie and Base64 |
| Protect (lock) a cookie against changes | Not implemented | Open an issue if you relied on it |
| Cookie blocking / filtering rules | Not implemented | Out of scope — this is an editor, not a blocker |
Bringing your cookies across
- 1 Install CookieMan (about two minutes)
- 2 Open the site those cookies belong to
- 3 Import → paste your old JSON export → preview → Apply
The JSON array EditThisCookie produced uses the same field names this parser expects, so no
conversion step is needed. To feed curl or yt-dlp instead, convert that JSON to Netscape on
EditThisCookie JSON to cookies.txt.
Coming from Cookie-Editor rather than EditThisCookie? See the
Cookie-Editor alternative.
If your file came from somewhere else — a
cookies.txt from curl, a Cookie: header, a Base64 blob — paste it
anyway: the format is detected, or run it through the
online converter first.
Migration questions
Why did EditThisCookie stop working?
Is CookieMan a Manifest V3 extension?
Can I import my old EditThisCookie JSON export?
expirationDate, sameSite, hostOnly and httpOnly. Paste the file into Import; the format is detected automatically.Does it need the same broad permissions?
Is it free and open source?
What about other cookie extensions?
Pick up where EditThisCookie left off
Manifest V3, the same JSON format, and six ways to move cookies in and out.
Free and MIT-licensed · Chrome, Edge and other Chromium browsers · Nothing leaves your machine