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
Eメール [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"
    ]
}