BlockGuard

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

BlockGuardคืออะไร?

BlockGuard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LevCon International และคุณลักษณะหลักของมันคือ "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlockGuard

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}