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. 擴展基本資訊
| 名稱 | |
| ID | jjpjcmckhkcefefgbgghomdhcbfmklea |
| 官方網址 | 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"
}
}
} | |