BlockGuard

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

Hvad er BlockGuard?

BlockGuard er en Chrome-udvidelse udviklet af LevCon International, og dens hovedfunktion er "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Udvidelsesskærmbilleder

screenshot

Download BlockGuard-udvidelses-CRX-fil

Download BlockGuard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
Officiel URL https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Beskrivelse Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Filstørrelse 15.39 KB
Antal Installationer 62
Nuværende Version 1.2.1
Senest Opdateret 2018-09-08
Udgivelsesdato 2018-09-07
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler LevCon International
Betalingsmetode free
Udvidelseswebsted https://www.blockguard.net
Hjælpeside-URL https://www.blockguard.net
Understøttede Sprog 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"
    ]
}