Cookie Monster
Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.
Apa itu Cookie Monster?
Cookie Monster adalah ekstensi Chrome yang dikembangkan oleh Effectly, dan fitur utamanya adalah "Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookie Monster
Unduh file ekstensi Cookie Monster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Cookie Monster |
ID | jfkoalecneiebaipoefmcifnmdgfmfna |
URL Resmi | https://chromewebstore.google.com/detail/cookie-monster/jfkoalecneiebaipoefmcifnmdgfmfna |
Deskripsi | Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks. |
Ukuran File | 16.03 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2023-03-13 |
Tanggal Publikasi | 2021-11-17 |
Pengembang | Effectly |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } } |