Delete All Cookies From JavaScript

Delete All Cookies From JavaScript 1.1 CRX for Chrome

A Free Developer Tools Extension

Published By blog.jamesdbloom.com

Delete All Cookies From JavaScript (ahccjggbdjgjnjfnojfgjlonbidjmijb): Delete All Cookies From JavaScript... Read More > or Download Now >

Delete All Cookies From JavaScript for Chrome

Download CRX

Download

89.69 KB

Chrome Store

Tech Specs

  • • Type: Browser Extension
  • • Latest Version: 1.1
  • • Price: Freeware
  • • Offline: No
  • • Developer: blog.jamesdbloom.com

User Reviews

  • 11 Votes, Average: 4.5 out of 5
  • • Rating Average
  • 4.5 out of 5
  • • Rating Users
  • 11

Download Count

  • • Total Downloads
  • 7
  • • Current Version Downloads
  • 7
  • • Updated: November 27, 2013

Delete All Cookies From JavaScript is a free Developer Tools Extension for Chrome. You could download the latest version crx file and install it.

More About Delete All Cookies From JavaScript

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.

Download Delete All Cookies From JavaScript 1.1

More Extensions to Consider (Similar or Related)