Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
什么是Cookie-Cleaner?
Cookie-Cleaner是由jmatj.dev开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to clean cookies from the current tab in one click.”。
扩展截图
下载Cookie-Cleaner扩展crx文件
下载Cookie-Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
扩展基本信息
名称 | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
官方URL | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
简介 | Chrome extension to clean cookies from the current tab in one click. |
文件大小 | 15.15 KB |
安装次数 | 1,614 |
当前版本 | 0.1 |
更新时间 | 2016-06-03 |
上架时间 | 2016-06-03 |
评分 | 3.40/5 共5次评分 |
开发者 | jmatj.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jmatj/cookie-cleaner |
帮助页面URL | https://github.com/jmatj/cookie-cleaner |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |