OpenBLD.net Blocker
Block malicious content from some URLs.
What is OpenBLD.net Blocker?
OpenBLD.net Blocker is a Chrome extension developed by https://openbld.net, and its main feature is "Block malicious content from some URLs.".
Extension Screenshots
Download OpenBLD.net Blocker Extension CRX File
Download OpenBLD.net Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | OpenBLD.net Blocker |
ID | jjpjcmckhkcefefgbgghomdhcbfmklea |
Official URL | https://chromewebstore.google.com/detail/openbldnet-blocker/jjpjcmckhkcefefgbgghomdhcbfmklea |
Description | Block malicious content from some URLs. |
File Size | 92.02 KB |
Installation Count | 64 |
Current Version | 1.1 |
Last Updated | 2024-01-29 |
Publish Date | 2023-11-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://openbld.net |
[email protected] | |
Payment Type | free |
Extension Website | https://openbld.net/ |
Help Page URL | https://openbld.net/docs/contacts/ |
Privacy Policy Page URL | https://openbld.net/docs/overwiew/how-it-works |
Supported Languages | 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" } } } |