BlockGuard

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

Apa itu BlockGuard?

BlockGuard adalah ekstensi Chrome yang dikembangkan oleh LevCon International, dan fitur utamanya adalah "Blockguard protects you against SCAM sites in the Blockchain/Crypto Space".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BlockGuard

Unduh file ekstensi BlockGuard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
URL Resmi https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Deskripsi Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Ukuran File 15.39 KB
Jumlah Instalasi 62
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2018-09-08
Tanggal Publikasi 2018-09-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang LevCon International
Tipe Pembayaran free
Situs Ekstensi https://www.blockguard.net
URL Halaman Bantuan https://www.blockguard.net
Bahasa yang Didukung 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"
    ]
}