Cookie Monster

Block annoying 'accept cookies' popups.

Cos'è Cookie Monster?

Cookie Monster è un'estensione di Chrome sviluppata da cookiemonsterapp, e la sua funzione principale è "Block annoying 'accept cookies' popups.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cookie Monster

Scarica i file di estensione 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Cookie Monster Cookie Monster
ID gjdbndifhlodalkcbfnahjeeaahkaljd
URL Ufficiale https://chrome.google.com/webstore/detail/cookie-monster/gjdbndifhlodalkcbfnahjeeaahkaljd
Descrizione Block annoying 'accept cookies' popups.
Dimensione del File 388 KB
Conteggio Installazioni 331
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-11-14
Data di Pubblicazione 2018-11-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore cookiemonsterapp
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nickslevine/CookieMonster
URL della Pagina di Aiuto https://github.com/nickslevine/CookieMonster
Lingue Supportate 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"
            ]
        }
    ]
}