BlockGuard

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

BlockGuard क्या है?

BlockGuard LevCon International द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BlockGuard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
आधिकारिक URL https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
विवरण Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
फ़ाइल का आकार 15.39 KB
स्थापना संख्या 62
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2018-09-08
प्रकाशन तिथि 2018-09-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर LevCon International
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.blockguard.net
सहायता पृष्ठ URL https://www.blockguard.net
समर्थित भाषाएँ 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"
    ]
}