Cookie Monster
Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.
Vad är Cookie Monster?
Cookie Monster är en Chrome-tillägg utvecklad av Effectly, och dess huvudfunktion är "Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.".
Tilläggsskärmbilder
Ladda ner Cookie Monster-förlängningens CRX-fil
Ladda ner Cookie Monster-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Cookie Monster |
ID | jfkoalecneiebaipoefmcifnmdgfmfna |
Officiell webbadress | https://chromewebstore.google.com/detail/cookie-monster/jfkoalecneiebaipoefmcifnmdgfmfna |
Beskrivning | Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks. |
Filstorlek | 16.03 KB |
Antal Installationer | 136 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2023-03-13 |
Publiceringsdatum | 2021-11-17 |
Utvecklare | Effectly |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } } |