Bluhell Firewall

Lightweight Ad-Blocker and Tracking/Privacy Protector.

什麼是Bluhell Firewall?

Bluhell Firewall是由Diego Casorran開發的Chrome擴展程式,該擴展的主要功能是“Lightweight Ad-Blocker and Tracking/Privacy Protector.”。

擴展截圖

screenshot
screenshot
screenshot

下載Bluhell Firewall擴展crx文件

下載Bluhell Firewall擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Bluhell Firewall Bluhell Firewall
ID dngkgadjlbflkjdimhifphmefijcelem
官方網址 https://chromewebstore.google.com/detail/bluhell-firewall/dngkgadjlbflkjdimhifphmefijcelem
簡介 Lightweight Ad-Blocker and Tracking/Privacy Protector.
檔案大小 127 KB
安裝次數 1,490
目前版本 2.8
更新時間 2020-10-12
上架時間 2019-05-12
評分 4.43/5 共 7 次評分
開發者 Diego Casorran
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://goo.gl/Q6ZiF
支援的語言 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"
    ]
}