Delete All Cookies From JavaScript

Malware Detected

This extension has been flagged as potentially malicious.

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-15.

CRX ID
ahccjggbdjgjnjfnojfgjlonbidjmijb
Status
Minor Policy Violation Removed Long Ago No Privacy Policy
Description from extension meta

Delete All Cookies From JavaScript

Image from store
Delete All Cookies From JavaScript
Description from store

Delete All Cookies From JavaScript

This Chrome extension deletes all cookies (including HTTP only cookies) by either sending a postMessage from any javascript on any page or by clicking the extension action (i.e. clicking the icon).

This chrome extension is particularly useful when you need to delete cookies as part of an automated test.

To delete all cookies using javascript run the following line:

window.postMessage({ type: "CLEAR_COOKIES_EXTENSION_API" }, "*");

To delete cookies for the domain and super-domains of current page using javascript run the following line:

window.postMessage({ type: "CLEAR_COOKIES_DOCUMENT" }, "*");

Note: the CLEAR_COOKIES_DOCUMENT mode does not delete any cookie that has a path value as this is not possible using the document object.

Latest reviews

Francisco Gonzalez 2015-11-19

I think is necessary that the function should call a callback parameter when finished. Thanks

Amir Rabbanian 2013-11-27

Awesome add-in, it's so handy, love it!

Anonymous 2013-11-27

Thank you!

Samira Rabbanian 2013-11-27

This was really helpful when I was writing a karma test for angular and needed to clear all cookies even those for other domains from my test.

Statistics

Installs
777
Market
Chrome Web Store
Category
11_web_development
Rating
4.5 (11 votes)
Last update
2013-11-27
Version 1.1
Languages
en