OpenBLD.net Blocker

Block malicious content from some URLs.

OpenBLD.net Blockerคืออะไร?

OpenBLD.net Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://openbld.net และคุณลักษณะหลักของมันคือ "Block malicious content from some URLs."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenBLD.net Blocker

ดาวน์โหลดไฟล์ส่วนขยาย OpenBLD.net Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Additional extensions for OpenBLD.net service. 
OpenBLD.net setup is required before using the Browser extension:
- Where to start: https://openbld.net/docs/get-started/where-to-start/
- Main Goals: https://openbld.net/docs/overwiew/main-goals/
- OpenBLD Plus: https://openbld.net/docs/overwiew/openbld-plus/
- Donation and Contribution: https://openbld.net/docs/donation/

Note: Once the update is installed, you may need to re-enable / refresh the extension in your Browser > Extension settings.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OpenBLD.net Blocker OpenBLD.net Blocker
ID jjpjcmckhkcefefgbgghomdhcbfmklea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/openbldnet-blocker/jjpjcmckhkcefefgbgghomdhcbfmklea
คำอธิบาย Block malicious content from some URLs.
ขนาดไฟล์ 92.02 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2023-11-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://openbld.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://openbld.net/
URL หน้าช่วยเหลือ https://openbld.net/docs/contacts/
URL หน้านโยบายความเป็นส่วนตัว https://openbld.net/docs/overwiew/how-it-works
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenBLD.net Blocker",
    "version": "1.1",
    "description": "Block malicious content from some URLs.",
    "permissions": [
        "declarativeNetRequest",
        "tabGroups"
    ],
    "host_permissions": [
        "https:\/\/openbld.net\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "block",
                "enabled": true,
                "path": "block.json"
            }
        ]
    },
    "icons": {
        "32": "icon32.png",
        "96": "icon96.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "96": "icon96.png",
            "128": "icon.png"
        }
    }
}