BlockGuard

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

什么是BlockGuard?

BlockGuard是由LevCon International开发的Chrome扩展程序,该扩展的主要功能是“Blockguard protects you against SCAM sites in the Blockchain/Crypto Space”。

扩展截图

screenshot

下载BlockGuard扩展crx文件

下载BlockGuard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}