The Cookie Monster

Removes the annoying Cookie notifications from various web sites

Was ist The Cookie Monster?

The Cookie Monster ist eine Chrome-Erweiterung, die von Darko Kukovec entwickelt wurde, und ihr Hauptmerkmal ist "Removes the annoying Cookie notifications from various web sites".

Erweiterungsscreenshots

screenshot

The Cookie Monster-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Cookie Monster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name The Cookie Monster The Cookie Monster
ID cjpljjfadjkfblhldfmhpdkoecljkghe
Offizielle URL https://chromewebstore.google.com/detail/the-cookie-monster/cjpljjfadjkfblhldfmhpdkoecljkghe
Beschreibung Removes the annoying Cookie notifications from various web sites
Dateigröße 52.49 KB
Installationsanzahl 280
Aktuelle Version 1.1
Letztes Update 2015-10-01
Veröffentlichungsdatum 2015-10-01
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler Darko Kukovec
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Cookie Monster",
    "description": "Removes the annoying Cookie notifications from various web sites",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "https:\/\/api.parse.com\/"
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "96": "assets\/icon-96.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "monster.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}