Cookie Law Blocker

Remove automatically the Cookie Law Warnings on websites.

O que é Cookie Law Blocker?

Cookie Law Blocker é uma extensão do Chrome desenvolvida por cookielawblocker, e sua principal característica é "Remove automatically the Cookie Law Warnings on websites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cookie Law Blocker

Baixe arquivos de extensão Cookie Law Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Cookie Law Blocker Cookie Law Blocker
ID djgcdhmbifdlhighokoleaejkdfepfab
URL Oficial https://chromewebstore.google.com/detail/cookie-law-blocker/djgcdhmbifdlhighokoleaejkdfepfab
Descrição Remove automatically the Cookie Law Warnings on websites.
Tamanho do Arquivo 93.34 KB
Contagem de Instalações 201
Versão Atual 0.0.0.3
Última Atualização 2016-01-18
Data de Publicação 2016-01-18
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor cookielawblocker
Tipo de Pagamento free
Site da Extensão http://cookielawblocker.wimuu.com
URL da Página de Ajuda http://cookielawblocker.wimuu.com/en/Contact
Idiomas Suportados 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"
            ]
        }
    ]
}