Bluhell Firewall

Lightweight Ad-Blocker and Tracking/Privacy Protector.

Vad är Bluhell Firewall?

Bluhell Firewall är en Chrome-tillägg utvecklad av Diego Casorran, och dess huvudfunktion är "Lightweight Ad-Blocker and Tracking/Privacy Protector.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Bluhell Firewall-förlängningens CRX-fil

Ladda ner Bluhell Firewall-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Bluhell Firewall Bluhell Firewall
ID dngkgadjlbflkjdimhifphmefijcelem
Officiell webbadress https://chromewebstore.google.com/detail/bluhell-firewall/dngkgadjlbflkjdimhifphmefijcelem
Beskrivning Lightweight Ad-Blocker and Tracking/Privacy Protector.
Filstorlek 127 KB
Antal Installationer 1,490
Aktuell Version 2.8
Senast Uppdaterad 2020-10-12
Publiceringsdatum 2019-05-12
Betyg 4.43/5 Totalt 7 Betyg
Utvecklare Diego Casorran
E-post [email protected]
Betalningssätt free
Hjälpsida URL http://goo.gl/Q6ZiF
Stödda Språk 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"
    ]
}