The Cookie Monster

Removes the annoying Cookie notifications from various web sites

Wat is The Cookie Monster?

The Cookie Monster is een Chrome-extensie ontwikkeld door Darko Kukovec, en de belangrijkste functie is "Removes the annoying Cookie notifications from various web sites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Cookie Monster

Download The 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

                                            

Basisinformatie over de Extensie

Naam The Cookie Monster The Cookie Monster
ID cjpljjfadjkfblhldfmhpdkoecljkghe
Officiële URL https://chromewebstore.google.com/detail/the-cookie-monster/cjpljjfadjkfblhldfmhpdkoecljkghe
Beschrijving Removes the annoying Cookie notifications from various web sites
Bestandsgrootte 52.49 KB
Aantal Installaties 280
Huidige Versie 1.1
Laatst Bijgewerkt 2015-10-01
Publicatiedatum 2015-10-01
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar Darko Kukovec
Betalingswijze free
Ondersteunde Talen 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"
}