Cookie Law Blocker

Remove automatically the Cookie Law Warnings on websites.

Cos'è Cookie Law Blocker?

Cookie Law Blocker è un'estensione di Chrome sviluppata da cookielawblocker, e la sua funzione principale è "Remove automatically the Cookie Law Warnings on websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cookie Law Blocker

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

                        Remove all the annoying cookie warnings on websites.
Cookie Law Blocker hides most of irritating alerts.

If by some websites you still become the warning please contact us and we will fix it!                    

Informazioni di Base sull'Estensione

Nome Cookie Law Blocker Cookie Law Blocker
ID djgcdhmbifdlhighokoleaejkdfepfab
URL Ufficiale https://chromewebstore.google.com/detail/cookie-law-blocker/djgcdhmbifdlhighokoleaejkdfepfab
Descrizione Remove automatically the Cookie Law Warnings on websites.
Dimensione del File 93.34 KB
Conteggio Installazioni 201
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2016-01-18
Data di Pubblicazione 2016-01-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore cookielawblocker
Tipo di Pagamento free
Sito Web dell'Estensione http://cookielawblocker.wimuu.com
URL della Pagina di Aiuto http://cookielawblocker.wimuu.com/en/Contact
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Law Blocker",
    "short_name": "CookieBlocker",
    "manifest_version": 2,
    "version": "0.0.0.3",
    "description": "Remove automatically the Cookie Law Warnings on websites.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "erasecookie.js"
            ]
        }
    ]
}