BlockGuard

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

Vad är BlockGuard?

BlockGuard är en Chrome-tillägg utvecklad av LevCon International, och dess huvudfunktion är "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Tilläggsskärmbilder

screenshot

Ladda ner BlockGuard-förlängningens CRX-fil

Ladda ner BlockGuard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
Officiell webbadress https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Beskrivning Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Filstorlek 15.39 KB
Antal Installationer 62
Aktuell Version 1.2.1
Senast Uppdaterad 2018-09-08
Publiceringsdatum 2018-09-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare LevCon International
Betalningssätt free
Tilläggswebbplats https://www.blockguard.net
Hjälpsida URL https://www.blockguard.net
Stödda Språk 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"
    ]
}