The Cookie Monster

Removes the annoying Cookie notifications from various web sites

Cos'è The Cookie Monster?

The Cookie Monster è un'estensione di Chrome sviluppata da Darko Kukovec, e la sua funzione principale è "Removes the annoying Cookie notifications from various web sites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Cookie Monster

Scarica i file di estensione The Cookie Monster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome The Cookie Monster The Cookie Monster
ID cjpljjfadjkfblhldfmhpdkoecljkghe
URL Ufficiale https://chromewebstore.google.com/detail/the-cookie-monster/cjpljjfadjkfblhldfmhpdkoecljkghe
Descrizione Removes the annoying Cookie notifications from various web sites
Dimensione del File 52.49 KB
Conteggio Installazioni 280
Versione Corrente 1.1
Ultimo Aggiornamento 2015-10-01
Data di Pubblicazione 2015-10-01
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore Darko Kukovec
Tipo di Pagamento free
Lingue Supportate 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"
}