Cookie Monster

This extension deals with cookie consent screens in the EU

Hvad er Cookie Monster?

Cookie Monster er en Chrome-udvidelse udviklet af Andreas Zoellner, og dens hovedfunktion er "This extension deals with cookie consent screens in the EU".

Udvidelsesskærmbilleder

screenshot

Download Cookie Monster-udvidelses-CRX-fil

Download Cookie Monster-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Everyone loves cookies, especially advertisers and publishers. The European Union too, but they want to make sure everyone consents to cookies, and consents, and consents, and consents.... until the internet is barely usable. That's when Cookie Monster comes into play. In a quest to make sure it gets to eat more cookies than anyone else, Cookie Monster will eat up those consent dialogs. And without consent, there won't be any advertisers cookies for you (but more for Cookie Monster, yummy!).

# FAQ

## Which browsers are supported?
Right now this is published as a Chrome Extension in the Chrome Web Store. A Safari version is planned in the future.

## Ok, but what does it really do?
Cookie Monster works a bit like an ad blocker but instead of ads it blocks cookie consent dialogs.

## How can I help?
Submit pages that still have cookie consent dialogs here: https://github.com/zoellner/cookie-monster/issues

## How can I contribute even more?
You can donate to the development of this browser extension here: https://github.com/sponsors/zoellner                    

Grundlæggende oplysninger om udvidelsen

Navn Cookie Monster Cookie Monster
ID mcfkbhecnoikhkemapgbdmndejfcpfdj
Officiel URL https://chromewebstore.google.com/detail/cookie-monster/mcfkbhecnoikhkemapgbdmndejfcpfdj
Beskrivelse This extension deals with cookie consent screens in the EU
Filstørrelse 72.44 KB
Antal Installationer 206
Nuværende Version 1.0.0
Senest Opdateret 2021-10-01
Udgivelsesdato 2021-09-29
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Andreas Zoellner
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/zoellner/cookie-monster
Hjælpeside-URL https://github.com/zoellner/cookie-monster/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Monster",
    "version": "1.0.0",
    "description": "This extension deals with cookie consent screens in the EU",
    "manifest_version": 3,
    "author": "Andreas Zoellner",
    "action": {
        "default_icon": {
            "16": "img\/cookie16.png",
            "32": "img\/cookie32.png",
            "48": "img\/cookie48.png",
            "128": "img\/cookie128.png"
        }
    },
    "icons": {
        "16": "img\/cookie16.png",
        "32": "img\/cookie32.png",
        "48": "img\/cookie48.png",
        "128": "img\/cookie128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ]
}