Delete All Cookies From JavaScript Chrome 插件, crx 扩展下载

 收录于6年前 阅读数 34

扩展ID: ahccjggbdjgjnjfnojfgjlonbidjmijb

Delete All Cookies From JavaScriptDelete 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
插件标识 ahccjggbdjgjnjfnojfgjlonbidjmijb
平台 Chrome
评分 0
评分人数 11
插件主页

blog.jamesdbloom.com

作者 jamesdbloom
版本号 1.1
大小 88.89 KB
官网下载次数 890
分类 查看更多 web开发 分类下的扩展插件
下载地址
更新时间 2013-11-27 00:00:00
举报
回复

大家在找这些插件