CookieSmash
Quickly remove all cookies associate on a site.
CookieSmashとは何ですか?
CookieSmashはJack Nguyenによって開発されたChromeの拡張機能で、その主な機能は「Quickly remove all cookies associate on a site.」です。
CookieSmash拡張機能のCRXファイルをダウンロード
CookieSmash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the cookie icon and all cookies for the current site will be deleted and the page will refresh. This was developed because unlike other cookie removers it did not refresh the page. I am debating whether to have a popup when the extension deletes everything because as a developer I clear cookies constantly and it would get annoying to have a warning every time. But please let me know what you guys think. Hopefully this helps someone.
拡張機能の基本情報
名前 | |
ID | nnnahedhiocibebgbmfiknmjeoflhdfe |
公式URL | https://chrome.google.com/webstore/detail/cookiesmash/nnnahedhiocibebgbmfiknmjeoflhdfe |
説明 | Quickly remove all cookies associate on a site. |
ファイルサイズ | 67.73 KB |
インストール数 | 149 |
現在のバージョン | 0.1 |
最終更新日 | 2015-06-02 |
公開日 | 2015-06-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Jack Nguyen |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CookieSmash", "version": "0.1", "description": "Quickly remove all cookies associate on a site.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "CookieSmash" }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |