Bluhell Firewall

Lightweight Ad-Blocker and Tracking/Privacy Protector.

O que é Bluhell Firewall?

Bluhell Firewall é uma extensão do Chrome desenvolvida por Diego Casorran, e sua principal característica é "Lightweight Ad-Blocker and Tracking/Privacy Protector.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bluhell Firewall

Baixe arquivos de extensão Bluhell Firewall 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

                        Get a faster browsing experience by blocking nasty web resources using Bluhell Firewall, the lightweight Ad-Blocker and Tracking/Privacy Protector.                    

Informações Básicas da Extensão

Nome Bluhell Firewall Bluhell Firewall
ID dngkgadjlbflkjdimhifphmefijcelem
URL Oficial https://chromewebstore.google.com/detail/bluhell-firewall/dngkgadjlbflkjdimhifphmefijcelem
Descrição Lightweight Ad-Blocker and Tracking/Privacy Protector.
Tamanho do Arquivo 127 KB
Contagem de Instalações 1,490
Versão Atual 2.8
Última Atualização 2020-10-12
Data de Publicação 2019-05-12
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor Diego Casorran
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://goo.gl/Q6ZiF
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bluhell Firewall",
    "description": "Lightweight Ad-Blocker and Tracking\/Privacy Protector.",
    "homepage_url": "https:\/\/addons.mozilla.org\/addon\/bluhell-firewall",
    "author": "Diego Casorran",
    "version": "2.8",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "{6BB5760D-F97E-421B-AF5B-8457A90C3CED}",
            "strict_min_version": "57.0"
        }
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon16.png",
            "32": "icon32.png",
            "38": "icon32.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icon.png",
        "blocked.js",
        "blocked.css",
        "blocked.xhtml"
    ]
}