OpenBLD.net Blocker

Block malicious content from some URLs.

Cos'è OpenBLD.net Blocker?

OpenBLD.net Blocker è un'estensione di Chrome sviluppata da https://openbld.net, e la sua funzione principale è "Block malicious content from some URLs.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione OpenBLD.net Blocker

Scarica i file di estensione OpenBLD.net Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OpenBLD.net Blocker OpenBLD.net Blocker
ID jjpjcmckhkcefefgbgghomdhcbfmklea
URL Ufficiale https://chromewebstore.google.com/detail/openbldnet-blocker/jjpjcmckhkcefefgbgghomdhcbfmklea
Descrizione Block malicious content from some URLs.
Dimensione del File 92.02 KB
Conteggio Installazioni 64
Versione Corrente 1.1
Ultimo Aggiornamento 2024-01-29
Data di Pubblicazione 2023-11-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://openbld.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://openbld.net/
URL della Pagina di Aiuto https://openbld.net/docs/contacts/
URL della Pagina della Politica sulla Privacy https://openbld.net/docs/overwiew/how-it-works
Lingue Supportate 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"
        }
    }
}