BLACKLIST.GOV.AZ

This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.

Cos'è BLACKLIST.GOV.AZ?

BLACKLIST.GOV.AZ è un'estensione di Chrome sviluppata da https://blacklist.gov.az, e la sua funzione principale è "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BLACKLIST.GOV.AZ

Scarica i file di estensione BLACKLIST.GOV.AZ 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

                        Chrome Extension for automatically blocking suspicious and malicious web sites listed on Blacklist.gov.az Feed Center's Database.                    

Informazioni di Base sull'Estensione

Nome BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
URL Ufficiale https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Descrizione This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
Dimensione del File 967 KB
Conteggio Installazioni 759
Versione Corrente 2.8.1
Ultimo Aggiornamento 2023-11-04
Data di Pubblicazione 2020-03-04
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://blacklist.gov.az
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://blacklist.gov.az
URL della Pagina di Aiuto https://blacklist.gov.az/en/contact-us
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BLACKLIST.GOV.AZ",
    "author": "CERT.GOV.AZ",
    "description": "This extension automatically blocks suspicious URLs  when you visit them in real-time and helps you to surf in internet secure.",
    "version": "2.8.1",
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "icons": {
        "16": "\/assets\/img\/icon16.png",
        "48": "\/assets\/img\/icon32.png",
        "128": "\/assets\/img\/icon150.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}