Cookie Monster
Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.
Wat is Cookie Monster?
Cookie Monster is een Chrome-extensie ontwikkeld door Effectly, en de belangrijkste functie is "Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cookie Monster
Download Cookie Monster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Cookie Monster |
ID | jfkoalecneiebaipoefmcifnmdgfmfna |
Officiële URL | https://chromewebstore.google.com/detail/cookie-monster/jfkoalecneiebaipoefmcifnmdgfmfna |
Beschrijving | Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks. |
Bestandsgrootte | 16.03 KB |
Aantal Installaties | 136 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2023-03-13 |
Publicatiedatum | 2021-11-17 |
Ontwikkelaar | Effectly |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |