Live cookie monitoring
Every cookie for the active tab, updated the moment it changes. The toolbar badge keeps the count in view.
View, edit, import and export cookies from a popup that lists every cookie on the current
site, lets you change any attribute, and moves them between tools in six formats — JSON, Netscape
cookies.txt, Header String, Set-Cookie and Base64, all auto-detected on
paste.
Debug an auth flow, flip an A/B variant, move a logged-in session to another profile — the repetitive parts of cookie work, in two clicks.
Every cookie for the active tab, updated the moment it changes. The toolbar badge keeps the count in view.
Name, value, domain, path, expiration, Secure, HttpOnly, SameSite, host-only and partitioned — all editable.
Paste anything. The parser identifies the format, previews what will be written, then applies it.
Current site or every accessible cookie, converted to the format you need, copied or downloaded.
Filter by name, value or domain as you type — useful when a site sets fifty cookies.
Reads and writes the partition key, so third-party cookies under CHIPS behave correctly.
Import without choosing a format first — the parser recognises what you pasted, then exports to any of the six.
Format referenceInstall from the zip in about two minutes, or from the Chrome Web Store when the listing is live.
Click the toolbar icon. Every cookie for that domain is listed, with the count on the badge.
Change an attribute, paste a session from elsewhere, or export the set in the format you need.
Have a cookies.txt file that a tool refuses to read? Paste it into the
converter and get JSON, a Cookie: header, Set-Cookie lines or Base64 back.
It runs entirely in your browser — the page has no upload endpoint to send anything to.
Each guide is one job plus the live converter. The longer explainers stay on the blog.
Turn a Chrome JSON export into the Netscape file curl -b and -c expect: tabs, #HttpOnly_ prefixes, Unix-second expiry and a trailing newline.
Cookie-Editor is a cookie inspector. CookieMan is a Manifest V3 editor that imports the same JSON and converts it to cookies.txt, headers or Base64.
Side-by-side mapping of CookieMan JSON Array fields to Netscape cookies.txt. SameSite, partitionKey and store metadata never survive the seven-column file.
Paste a Playwright storageState file. The converter unwraps the cookies array, treats expires -1 as a session cookie, and writes Netscape for curl or Chrome JSON.
Convert Chrome JSON or a browser dump to the Netscape file yt-dlp --cookies expects, with tabs, Unix seconds and #HttpOnly_ session cookies intact.
CookieMan emits this warning when the paste is not JSON, Netscape, Cookie header, Set-Cookie or Base64. Strip the BOM, extract cookie text, then convert.
chrome://extensions, enable Developer mode and choose “Load unpacked”. The illustrated install guide walks through every click.edge://extensions instead.Install the extension in about two minutes, or try the converter first — no sign-up either way.
Free and MIT-licensed · Chrome, Edge and other Chromium browsers · Nothing leaves your machine