Bluhell Firewall

Lightweight Ad-Blocker and Tracking/Privacy Protector.

Bluhell Firewallคืออะไร?

Bluhell Firewall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Diego Casorran และคุณลักษณะหลักของมันคือ "Lightweight Ad-Blocker and Tracking/Privacy Protector."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bluhell Firewall

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}