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 |
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" } } } |