BlockGuard

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

Wat is BlockGuard?

BlockGuard is een Chrome-extensie ontwikkeld door LevCon International, en de belangrijkste functie is "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BlockGuard

Download BlockGuard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
Officiële URL https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Beschrijving Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Bestandsgrootte 15.39 KB
Aantal Installaties 62
Huidige Versie 1.2.1
Laatst Bijgewerkt 2018-09-08
Publicatiedatum 2018-09-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar LevCon International
Betalingswijze free
Extensiewebsite https://www.blockguard.net
Help Pagina-URL https://www.blockguard.net
Ondersteunde Talen 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"
    ]
}