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
官方URL 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"
    ]
}