Cookie Tool
Modify the domain name scope of all cookies with one click
Cookie Toolとは何ですか?
Cookie Toolはcjhsourcesによって開発されたChromeの拡張機能で、その主な機能は「Modify the domain name scope of all cookies with one click」です。
拡張機能のスクリーンショット
Cookie Tool拡張機能のCRXファイルをダウンロード
Cookie Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Modify the domain name scope of all cookies with one click; eg: www.google.com -> .google.com 拡張機能の基本情報
| 名前 | |
| ID | cmcibloenecepmjigcfaehanbcpkcajb |
| 公式URL | https://chromewebstore.google.com/detail/cookie-tool/cmcibloenecepmjigcfaehanbcpkcajb |
| 説明 | Modify the domain name scope of all cookies with one click |
| ファイルサイズ | 79.23 KB |
| インストール数 | 30 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2019-08-27 |
| 公開日 | 2019-08-23 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | cjhsources |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cookie Tool",
"version": "0.0.2",
"description": "Modify the domain name scope of all cookies with one click",
"author": "cjh",
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup\/popup.html"
},
"web_accessible_resources": [
"inject.js"
],
"permissions": [
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |