Cookie EditorCookie Editor
All guides

Documentation

Delete cookies

Cookie Editor supports deleting cookies one at a time or clearing all cookies for the current page.

Delete a single cookie

  1. Open the side panel on the page where you want to delete cookies.
  2. Find the cookie in the list (use Search cookie name if needed).
  3. Hover over the cookie and click the trash icon.
  4. If confirm delete is enabled in Settings, a Delete modal appears — click Delete to confirm.
  5. The cookie is removed from the browser and the list refreshes.
Cookie item hover state — trash icon next to the cookie name
Cookie item hover state — trash icon next to the cookie name

Delete all cookies for the page

  1. Open the side panel on the target tab.
  2. Click Delete all (trash icon) in the top toolbar (shown only when the page has cookies).
  3. If confirm delete all is enabled, a Clear cookie modal appears — confirm to proceed.
  4. The extension calls chrome.cookies.remove for each cookie on the active tab URL.
Clear cookie confirmation modal — "Are you sure you want to delete all cookies?"
Clear cookie confirmation modal — "Are you sure you want to delete all cookies?"

Confirm delete settings

Go to Settings (gear icon in the sidebar):

  • Confirm delete — ask before deleting a single cookie
  • Confirm delete all — ask before clearing all cookies

Turn confirmation off if you want to delete without a modal.

Context menu (optional)

Enable Context menus in Settings to add right-click options on pages:

  • Remove — delete all cookies for the page URL
  • Copy — copy cookies as JSON to the clipboard
Right-click context menu — Cookie Editor Remove / Copy items
Right-click context menu — Cookie Editor Remove / Copy items

Delete a share link (not browser cookies)

To remove a share link you created earlier (does not delete local browser cookies):

  1. Open the Links tab in the sidebar (link icon).
  2. Select the link and open its details.
  3. Click Delete and confirm.

The link is removed from the server; cookies on your machine are unchanged.

Notes

  • Deleting cookies may sign you out of websites — this cannot be undone.
  • Delete all only affects cookies for the active tab, not your entire browser.
  • Some HttpOnly cookies are still visible in the extension and can only be removed via the Chrome API.

Next steps