Cookie AutoClear
Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.
什么是Cookie AutoClear?
Cookie AutoClear是由sedgwickz开发的Chrome扩展程序,该扩展的主要功能是“Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.”。
扩展截图
下载Cookie AutoClear扩展crx文件
下载Cookie AutoClear扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cookie AutoClear can help you delete specific cookies as you need, which would track your personal privacy or inhibit your casual use, such as the websites which have a paywall. Cookie AutoClear won't record any your information or data on any server, and all user data just exist on yourself browser. Features: - Automatically delete the cookies which website url on the setting page, and you can always change it by yourself all the time. - Switch it on or off as you need any, just click the switch button on the extension popup menu. - Never collect any information about yours. For more information you can visit: https://github.com/sedgwickz/cookieAutoClear/blob/master/docs/privacy_policy.md Usage: Just Install it then it works, that's it. The default filter url in your setting dashboard is medium.com, after installing this extension, you can always read articles without any limit. You can always edit it for your requirement. If you have any other problem, file an issue on GitHub. Maybe we can work it out. Project url: https://github.com/sedgwickz/cookieAutoClear
扩展基本信息
名称 | Cookie AutoClear |
ID | bdlecjncfafhlnehekghapanflfcbikk |
官方URL | https://chromewebstore.google.com/detail/cookie-autoclear/bdlecjncfafhlnehekghapanflfcbikk |
简介 | Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com. |
文件大小 | 16.13 KB |
安装次数 | 400 |
当前版本 | 0.1 |
更新时间 | 2020-07-04 |
上架时间 | 2020-07-04 |
评分 | 5.00/5 共1次评分 |
开发者 | sedgwickz |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/sedgwickz/cookieAutoClear |
帮助页面URL | https://github.com/sedgwickz/cookieAutoClear/issues |
隐私政策页面URL | https://github.com/sedgwickz/cookieAutoClear/blob/master/docs/privacy_policy.md |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie AutoClear", "version": "0.1", "description": "Cookie AutoClear can help you automatically delete local specific cookies, so as to escape some website paywall like medium.com.", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "webNavigation", "cookies", "storage", "tabs", "*:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-default16.png", "32": "images\/icon-default32.png", "48": "images\/icon-default48.png", "128": "images\/icon-default128.png" } }, "icons": { "16": "images\/icon-default16.png", "32": "images\/icon-default32.png", "48": "images\/icon-default48.png", "128": "images\/icon-default128.png" } } |