Cookie Remover
Removes cookies for the current site
什么是Cookie Remover?
Cookie Remover是由Adam开发的Chrome扩展程序,该扩展的主要功能是“Removes cookies for the current site”。
扩展截图
下载Cookie Remover扩展crx文件
下载Cookie Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instructions: Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes. Also clears localStorage and sessionStorage for the current site. Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.
扩展基本信息
名称 | Cookie Remover |
ID | kcgpggonjhmeaejebeoeomdlohicfhce |
官方URL | https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce |
简介 | Removes cookies for the current site |
文件大小 | 87.72 KB |
安装次数 | 83,261 |
当前版本 | 1.0.3 |
更新时间 | 2019-08-10 |
上架时间 | 2019-08-09 |
评分 | 4.46/5 共79次评分 |
开发者 | Adam |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Remove cookies for this site" }, "description": "Removes cookies for the current site", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "name": "Cookie Remover", "permissions": [ "activeTab" ], "manifest_version": 2, "version": "1.0.3" } |