Submit an extension

↑↓ move · ↵ open · Tab filter · Esc close

Best cookie manager Chrome extensions

A cookie manager Chrome extension lets you view, edit, export and delete cookies for the site you're on, which is useful for developers testing sessions and anyone auditing what a site stores. Look for one that only reads cookies for the current tab, is open about its permissions, and lets you edit individual values, not just clear everything.

Last reviewed · 1 listing · Independent, not affiliated with Google

Listings

  1. Example Extension

    A placeholder listing that shows where a reviewed extension will appear.

    Free Productivity ✓ No account needed

Cookie editor extensions, sometimes searched as edit this cookie or edit this cookies, give you a table view of a site's cookies where you can change values, expiry dates or flags directly. They matter most for developers testing login states, QA teams reproducing bugs, and anyone who wants to see exactly what a site is storing about their session.

What a cookie editor extension shows you

A cookie editor typically lists every cookie for the current site: its name, value, domain, expiry date and flags like Secure or HttpOnly. Better ones let you edit a value in place, add a new cookie manually, or export the full set as JSON so you can restore a session later. Basic viewers only let you delete cookies, which limits their use for testing.

Editing or deleting a single cookie

If you need to change one session value or remove a single tracking cookie without wiping your login, use an extension that edits individual cookies rather than clearing everything at once. This matters for developers swapping test accounts and for anyone who wants to stay logged in while removing one unwanted cookie.

Permissions a cookie manager needs

A cookie manager needs Chrome's cookies permission and usually access to the current site to read and write its cookies. Be cautious of any extension that also asks for access to all websites or your browsing history, since a cookie editor doing its job correctly does not need either of those to function.

Best cookie manager Chrome extensions: FAQs

What is a cookie manager Chrome extension used for?

A cookie manager lets you view, edit and delete the cookies a website has stored in your browser, which helps developers test login sessions and anyone who wants to see or remove specific tracking data.

Is an edit this cookie extension safe to use?

It is safe when the extension only requests the cookies permission and access to the site you're editing, since that matches what its job requires. Be wary of versions asking for broader access to all your browsing data.

How do I edit a single cookie value in Chrome?

Open a cookie editor extension on the site's tab, find the cookie by name in the list it shows, and change its value field directly. Most editors apply the change immediately without needing a page reload.

Can I edit cookies in Chrome without an extension?

Yes. Open DevTools with F12, go to the Application tab, then Cookies, select the site, and double-click a value to edit it. It's slower than a dedicated extension but requires no install.

What is the difference between a cookie editor and clearing cookies?

Clearing cookies deletes all stored data for a site at once, usually through Chrome's Delete browsing data screen. A cookie editor extension lets you change or remove one specific cookie while keeping the rest, including your login.

Can a cookie manager extension export cookies for later use?

Many cookie editor extensions can export the current cookie set as JSON so you can re-import it later, which is useful for developers restoring a specific test session without logging in again.

Do cookie editor extensions work on all websites?

A cookie editor works on whichever site is open in the active tab, since cookies are scoped per domain. It shows cookies belonging to that domain and any subdomains it can access, not cookies from other sites.

Why would a developer need to edit cookies directly?

Developers edit cookies to simulate different session states, test how a site behaves with an expired or altered token, or reproduce a bug tied to a specific cookie value, without needing separate test accounts each time.

Is editing cookies against a website's terms of service?

Editing cookies in your own browser to test how a site behaves is generally fine for your own account. Using a cookie editor to access someone else's session or bypass authentication elsewhere is not appropriate.

Do cookie editor extensions work in Edge and Brave?

Most cookie editor extensions from the Chrome Web Store install and run in Chromium-based browsers such as Microsoft Edge and Brave, since they share the same cookies API.

Can a cookie manager delete just tracking cookies?

Yes, if it lets you select individual cookies rather than clearing everything. You can identify tracking cookies by name or domain in the list and delete only those, leaving session and preference cookies intact.

What flags should I check when editing a cookie?

Check the Secure flag, which limits a cookie to HTTPS connections, the HttpOnly flag, which blocks page scripts from reading it, and the expiry date, since changing these can affect how the site treats the session.