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