Bluhell Firewall

Lightweight Ad-Blocker and Tracking/Privacy Protector.

Bluhell Firewall là gì?

Bluhell Firewall là một tiện ích mở rộng Chrome được phát triển bởi Diego Casorran, và tính năng chính của nó là "Lightweight Ad-Blocker and Tracking/Privacy Protector.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bluhell Firewall

Tải xuống các tệp mở rộng Bluhell Firewall dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bluhell Firewall Bluhell Firewall
ID dngkgadjlbflkjdimhifphmefijcelem
URL Chính Thức https://chromewebstore.google.com/detail/bluhell-firewall/dngkgadjlbflkjdimhifphmefijcelem
Mô tả Lightweight Ad-Blocker and Tracking/Privacy Protector.
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 1,490
Phiên Bản Hiện Tại 2.8
Cập Nhật Lần Cuối 2020-10-12
Ngày Phát Hành 2019-05-12
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Diego Casorran
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://goo.gl/Q6ZiF
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}