OpenBLD.net Blocker
Block malicious content from some URLs.
Wat is OpenBLD.net Blocker?
OpenBLD.net Blocker is een Chrome-extensie ontwikkeld door https://openbld.net, en de belangrijkste functie is "Block malicious content from some URLs.".
Extensie Screenshots
Download het CRX-bestand van de extensie OpenBLD.net Blocker
Download OpenBLD.net Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | OpenBLD.net Blocker |
ID | jjpjcmckhkcefefgbgghomdhcbfmklea |
Officiële URL | https://chromewebstore.google.com/detail/openbldnet-blocker/jjpjcmckhkcefefgbgghomdhcbfmklea |
Beschrijving | Block malicious content from some URLs. |
Bestandsgrootte | 92.02 KB |
Aantal Installaties | 64 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2024-01-29 |
Publicatiedatum | 2023-11-14 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://openbld.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://openbld.net/ |
Help Pagina-URL | https://openbld.net/docs/contacts/ |
URL van de Privacybeleid Pagina | https://openbld.net/docs/overwiew/how-it-works |
Ondersteunde Talen | 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" } } } |