BlockGuard

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

Qu'est-ce que BlockGuard ?

BlockGuard est une extension Chrome développée par LevCon International, et sa fonction principale est "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BlockGuard

Téléchargez les fichiers d'extension BlockGuard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
URL Officiel https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Description Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Taille du Fichier 15.39 KB
Nombre d'Installations 62
Version Actuelle 1.2.1
Dernière Mise à Jour 2018-09-08
Date de Publication 2018-09-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur LevCon International
Type de Paiement free
Site Web de l'Extension https://www.blockguard.net
URL de la Page d'Aide https://www.blockguard.net
Langues Prises en Charge 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"
    ]
}