BlockGuard

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

Was ist BlockGuard?

BlockGuard ist eine Chrome-Erweiterung, die von LevCon International entwickelt wurde, und ihr Hauptmerkmal ist "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Erweiterungsscreenshots

screenshot

BlockGuard-Erweiterungs-CRX-Datei herunterladen

Laden Sie BlockGuard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
Offizielle URL https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Beschreibung Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Dateigröße 15.39 KB
Installationsanzahl 62
Aktuelle Version 1.2.1
Letztes Update 2018-09-08
Veröffentlichungsdatum 2018-09-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler LevCon International
Zahlungsart free
Erweiterungswebsite https://www.blockguard.net
Hilfeseite URL https://www.blockguard.net
Unterstützte Sprachen 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"
    ]
}