Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
Cookie-Cleanerとは何ですか?
Cookie-Cleanerはjmatj.devによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to clean cookies from the current tab in one click.」です。
拡張機能のスクリーンショット
Cookie-Cleaner拡張機能のCRXファイルをダウンロード
Cookie-Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
拡張機能の基本情報
名前 | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
公式URL | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
説明 | Chrome extension to clean cookies from the current tab in one click. |
ファイルサイズ | 15.15 KB |
インストール数 | 1,614 |
現在のバージョン | 0.1 |
最終更新日 | 2016-06-03 |
公開日 | 2016-06-03 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | jmatj.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jmatj/cookie-cleaner |
ヘルプページのURL | https://github.com/jmatj/cookie-cleaner |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |