OpenBLD.net Blocker

Block malicious content from some URLs.

OpenBLD.net Blockerとは何ですか?

OpenBLD.net Blockerはhttps://openbld.netによって開発されたChromeの拡張機能で、その主な機能は「Block malicious content from some URLs.」です。

拡張機能のスクリーンショット

OpenBLD.net Blocker拡張機能のCRXファイルをダウンロード

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