Cookie Law Blocker

Remove automatically the Cookie Law Warnings on websites.

Co je Cookie Law Blocker?

Cookie Law Blocker je rozšíření Chrome vyvinuté cookielawblocker, a jeho hlavní funkcí je „Remove automatically the Cookie Law Warnings on websites.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cookie Law Blocker

Stáhněte si soubory rozšíření Cookie Law Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Cookie Law Blocker Cookie Law Blocker
ID djgcdhmbifdlhighokoleaejkdfepfab
Oficiální URL https://chromewebstore.google.com/detail/cookie-law-blocker/djgcdhmbifdlhighokoleaejkdfepfab
Popis Remove automatically the Cookie Law Warnings on websites.
Velikost souboru 93.34 KB
Počet instalací 201
Aktuální Verze 0.0.0.3
Poslední Aktualizace 2016-01-18
Datum Vydání 2016-01-18
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář cookielawblocker
Typ Platby free
Webové stránky Rozšíření http://cookielawblocker.wimuu.com
URL Stránky Nápovědy http://cookielawblocker.wimuu.com/en/Contact
Podporované Jazyky 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"
            ]
        }
    ]
}