BlockGuard

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

BlockGuard là gì?

BlockGuard là một tiện ích mở rộng Chrome được phát triển bởi LevCon International, và tính năng chính của nó là "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BlockGuard

Tải xuống các tệp mở rộng BlockGuard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
URL Chính Thức https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Mô tả Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Kích Thước Tệp 15.39 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2018-09-08
Ngày Phát Hành 2018-09-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LevCon International
Loại Thanh Toán free
Trang Web Mở Rộng https://www.blockguard.net
URL Trang Trợ Giúp https://www.blockguard.net
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}