Cookie Monster

Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.

What is Cookie Monster?

Cookie Monster is a Chrome extension developed by Effectly, and its main feature is "Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.".

Extension Screenshots

screenshot

Download Cookie Monster Extension CRX File

Download Cookie Monster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cookie Monster Cookie Monster
ID jfkoalecneiebaipoefmcifnmdgfmfna
Official URL https://chromewebstore.google.com/detail/cookie-monster/jfkoalecneiebaipoefmcifnmdgfmfna
Description Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.
File Size 16.03 KB
Installation Count 136
Current Version 1.1.2
Last Updated 2023-03-13
Publish Date 2021-11-17
Developer Effectly
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}