BlockGuard

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

Cos'è BlockGuard?

BlockGuard è un'estensione di Chrome sviluppata da LevCon International, e la sua funzione principale è "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BlockGuard

Scarica i file di estensione BlockGuard 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

                        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                    

Informazioni di Base sull'Estensione

Nome BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
URL Ufficiale https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Descrizione Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Dimensione del File 15.39 KB
Conteggio Installazioni 62
Versione Corrente 1.2.1
Ultimo Aggiornamento 2018-09-08
Data di Pubblicazione 2018-09-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore LevCon International
Tipo di Pagamento free
Sito Web dell'Estensione https://www.blockguard.net
URL della Pagina di Aiuto https://www.blockguard.net
Lingue Supportate 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"
    ]
}