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 |
| 官方網址 | 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"
]
} | |