Selective Cookie Remover
Remove cookies from selected domains
什么是Selective Cookie Remover?
Selective Cookie Remover是由billy开发的Chrome扩展程序,该扩展的主要功能是“Remove cookies from selected domains”。
扩展截图
下载Selective Cookie Remover扩展crx文件
下载Selective Cookie Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Deletes cookies from a specified list of domains.
Create your own list of domains, then click the button to remove all cookies from matching domains/sub-domains.
Source code available in the GitHub link below.
Please contact me with any bugs or feedback!
Version 1.11:
- Live count of cookies for each domain
- UI tweaks 扩展基本信息
| 名称 | |
| ID | nagfacmodkbckhjiimdccehaabobmnnh |
| 官方URL | https://chromewebstore.google.com/detail/selective-cookie-remover/nagfacmodkbckhjiimdccehaabobmnnh |
| 简介 | Remove cookies from selected domains |
| 文件大小 | 96.54 KB |
| 安装次数 | 1,000 |
| 当前版本 | 1.11 |
| 更新时间 | 2015-04-09 |
| 上架时间 | 2015-04-09 |
| 评分 | 4.25/5 共4次评分 |
| 开发者 | billy |
| 付费类型 | free |
| 扩展官网 | https://github.com/billyf/selective-cookie-remover |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Selective Cookie Remover",
"description": "Remove cookies from selected domains",
"version": "1.11",
"browser_action": {
"default_icon": "img\/cookie128.png",
"default_title": "Remove cookies from selected domains",
"default_popup": "popup.html"
},
"icons": {
"128": "img\/cookie128.png",
"48": "img\/cookie48.png"
},
"permissions": [
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
]
} | |