Cookie Monster

Block annoying 'accept cookies' popups.

What is Cookie Monster?

Cookie Monster is a Chrome extension developed by cookiemonsterapp, and its main feature is "Block annoying 'accept cookies' popups.".

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

                        Cookie Monster blocks those annoying popups on websites prompting you to accept cookies. 

Cookie Monster is open-source. If the extension misses a popup or breaks a site, please file an issue at the GitHub page here: https://github.com/nickslevine/CookieMonster.                    

Extension Basic Information

Name Cookie Monster Cookie Monster
ID gjdbndifhlodalkcbfnahjeeaahkaljd
Official URL https://chrome.google.com/webstore/detail/cookie-monster/gjdbndifhlodalkcbfnahjeeaahkaljd
Description Block annoying 'accept cookies' popups.
File Size 388 KB
Installation Count 331
Current Version 0.0.1
Last Updated 2018-11-14
Publish Date 2018-11-11
Rating 5.00/5 Total 3 Ratings
Developer cookiemonsterapp
Payment Type free
Extension Website https://github.com/nickslevine/CookieMonster
Help Page URL https://github.com/nickslevine/CookieMonster
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Monster",
    "version": "0.0.1",
    "description": "Block annoying 'accept cookies' popups.",
    "icons": {
        "16": "img\/cookiemonster16.png",
        "32": "img\/cookiemonster32.png",
        "128": "img\/cookiemonster128.png"
    },
    "browser_action": {
        "default_icon": "img\/cookiemonster32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cookiemonster.js"
            ]
        }
    ]
}