BlockGuard

Blockguard protects you against SCAM sites in the Blockchain/Crypto Space

O que é BlockGuard?

BlockGuard é uma extensão do Chrome desenvolvida por LevCon International, e sua principal característica é "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BlockGuard

Baixe arquivos de extensão BlockGuard 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

                        BlockGuard secures your browser against SCAM Sites in the Blockchain and Crypto Space. If you try to reach a suspicious site, we show you a warning, and you can not enter the site.

If you want more information about the project, and how we cover the domain scans, site scans and so on, go to https://www.blockguard.net                    

Informações Básicas da Extensão

Nome BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
URL Oficial https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Descrição Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Tamanho do Arquivo 15.39 KB
Contagem de Instalações 62
Versão Atual 1.2.1
Última Atualização 2018-09-08
Data de Publicação 2018-09-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor LevCon International
Tipo de Pagamento free
Site da Extensão https://www.blockguard.net
URL da Página de Ajuda https://www.blockguard.net
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlockGuard",
    "version": "1.2.1",
    "description": "Blockguard protects you against SCAM sites in the Blockchain\/Crypto Space",
    "author": "LevCon International",
    "default_locale": "en",
    "icons": {
        "48": "icon\/blockguard.48px.png"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/polyfill\/edge.js",
            "js\/polyfill\/fetch.js",
            "js\/error.js",
            "js\/blockguard.js",
            "test\/blockguard.test.js",
            "js\/main.js"
        ]
    },
    "web_accessible_resources": [
        "doc\/sample\/forbidden.json",
        "doc\/sample\/forbidden.txt",
        "doc\/sample\/allowed.json",
        "doc\/sample\/blocked.json"
    ]
}