Cookie Law Blocker

Remove automatically the Cookie Law Warnings on websites.

Wat is Cookie Law Blocker?

Cookie Law Blocker is een Chrome-extensie ontwikkeld door cookielawblocker, en de belangrijkste functie is "Remove automatically the Cookie Law Warnings on websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cookie Law Blocker

Download Cookie Law Blocker-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

                        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!                    

Basisinformatie over de Extensie

Naam Cookie Law Blocker Cookie Law Blocker
ID djgcdhmbifdlhighokoleaejkdfepfab
Officiële URL https://chromewebstore.google.com/detail/cookie-law-blocker/djgcdhmbifdlhighokoleaejkdfepfab
Beschrijving Remove automatically the Cookie Law Warnings on websites.
Bestandsgrootte 93.34 KB
Aantal Installaties 201
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2016-01-18
Publicatiedatum 2016-01-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar cookielawblocker
Betalingswijze free
Extensiewebsite http://cookielawblocker.wimuu.com
Help Pagina-URL http://cookielawblocker.wimuu.com/en/Contact
Ondersteunde Talen 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"
            ]
        }
    ]
}