BlockGuard

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

Co je BlockGuard?

BlockGuard je rozšíření Chrome vyvinuté LevCon International, a jeho hlavní funkcí je „Blockguard protects you against SCAM sites in the Blockchain/Crypto Space“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BlockGuard

Stáhněte si soubory rozšíření BlockGuard ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
Oficiální URL https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Popis Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Velikost souboru 15.39 KB
Počet instalací 62
Aktuální Verze 1.2.1
Poslední Aktualizace 2018-09-08
Datum Vydání 2018-09-07
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář LevCon International
Typ Platby free
Webové stránky Rozšíření https://www.blockguard.net
URL Stránky Nápovědy https://www.blockguard.net
Podporované Jazyky 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"
    ]
}