Cookie Monster
Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.
Cookie Monsterとは何ですか?
Cookie MonsterはEffectlyによって開発されたChromeの拡張機能で、その主な機能は「Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.」です。
拡張機能のスクリーンショット
Cookie Monster拡張機能のCRXファイルをダウンロード
Cookie Monster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can clear cookies by right-clicking on the extension icon and choosing "Clear cookies for www.yoursite.com", or by using the context menu by clicking anywhere on a web page.
拡張機能の基本情報
名前 | Cookie Monster |
ID | jfkoalecneiebaipoefmcifnmdgfmfna |
公式URL | https://chromewebstore.google.com/detail/cookie-monster/jfkoalecneiebaipoefmcifnmdgfmfna |
説明 | Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks. |
ファイルサイズ | 16.03 KB |
インストール数 | 136 |
現在のバージョン | 1.1.2 |
最終更新日 | 2023-03-13 |
公開日 | 2021-11-17 |
開発者 | Effectly |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Monster", "version": "1.1.2", "description": "Cookie Monster lets you easily clear cookies or local\/session storage for the currently open website via a couple of clicks.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*\/*", "cookies", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |