Delete All Cookies From JavaScript Chrome Extension

Cookies, delete, extension, javascript, document, postmessage, page, chrome, quot, clicking, run, path, part, domains, super

Delete All Cookies From JavaScript for Chrome Download

  • Chrome Extension Page
    Deleted from Chrome Web store
  • Total Number of Extension users:
    61.5K +
  • Reviewed by :
    4 Chrome Users
  • Author Name:
    blog.jamesdbloom.com
Delete All Cookies From JavaScript chrome extension is Delete All Cookies From JavaScript.

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.

Delete All Cookies From JavaScript is deleted from https://chrome.google.com/webstore/. Previously it is on chrome store,its urls is https://chrome.google.com/webstore/detail/delete-all-cookies-from-j/ahccjggbdjgjnjfnojfgjlonbidjmijb

Delete All Cookies From JavaScript Related Chrome Extensions