OpenBLD.net Blocker

Block malicious content from some URLs.

OpenBLD.net Blocker là gì?

OpenBLD.net Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://openbld.net, và tính năng chính của nó là "Block malicious content from some URLs.".

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

Tải xuống tệp CRX của tiện ích mở rộng OpenBLD.net Blocker

Tải xuống các tệp mở rộng OpenBLD.net Blocker 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

                        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.                    

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

Tên OpenBLD.net Blocker OpenBLD.net Blocker
ID jjpjcmckhkcefefgbgghomdhcbfmklea
URL Chính Thức https://chromewebstore.google.com/detail/openbldnet-blocker/jjpjcmckhkcefefgbgghomdhcbfmklea
Mô tả Block malicious content from some URLs.
Kích Thước Tệp 92.02 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2024-01-29
Ngày Phát Hành 2023-11-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://openbld.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://openbld.net/
URL Trang Trợ Giúp https://openbld.net/docs/contacts/
URL Trang Chính Sách Bảo Mật https://openbld.net/docs/overwiew/how-it-works
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}