Bluhell Firewall

Lightweight Ad-Blocker and Tracking/Privacy Protector.

Qu'est-ce que Bluhell Firewall ?

Bluhell Firewall est une extension Chrome développée par Diego Casorran, et sa fonction principale est "Lightweight Ad-Blocker and Tracking/Privacy Protector.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bluhell Firewall

Téléchargez les fichiers d'extension Bluhell Firewall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bluhell Firewall Bluhell Firewall
ID dngkgadjlbflkjdimhifphmefijcelem
URL Officiel https://chromewebstore.google.com/detail/bluhell-firewall/dngkgadjlbflkjdimhifphmefijcelem
Description Lightweight Ad-Blocker and Tracking/Privacy Protector.
Taille du Fichier 127 KB
Nombre d'Installations 1,490
Version Actuelle 2.8
Dernière Mise à Jour 2020-10-12
Date de Publication 2019-05-12
Évaluation 4.43/5 Total 7 Évaluations
Développeur Diego Casorran
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://goo.gl/Q6ZiF
Langues Prises en Charge 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"
    ]
}