BlockGuard

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

¿Qué es BlockGuard?

BlockGuard es una extensión de Chrome desarrollada por LevCon International, y su función principal es "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión BlockGuard

Descarga archivos de extensión BlockGuard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
URL Oficial https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Descripción Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Tamaño del Archivo 15.39 KB
Cantidad de Instalaciones 62
Versión Actual 1.2.1
Última Actualización 2018-09-08
Fecha de Publicación 2018-09-07
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador LevCon International
Tipo de Pago free
Sitio Web de la Extensión https://www.blockguard.net
URL de la Página de Ayuda https://www.blockguard.net
Idiomas Soportados 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"
    ]
}