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"
]
} | |