BLACKLIST.GOV.AZ

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

O que é BLACKLIST.GOV.AZ?

BLACKLIST.GOV.AZ é uma extensão do Chrome desenvolvida por https://blacklist.gov.az, e sua principal característica é "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BLACKLIST.GOV.AZ

Baixe arquivos de extensão BLACKLIST.GOV.AZ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
URL Oficial https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Descrição This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
Tamanho do Arquivo 967 KB
Contagem de Instalações 759
Versão Atual 2.8.1
Última Atualização 2023-11-04
Data de Publicação 2020-03-04
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://blacklist.gov.az
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://blacklist.gov.az
URL da Página de Ajuda https://blacklist.gov.az/en/contact-us
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}