BlockGuard

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

Co to jest BlockGuard?

BlockGuard to rozszerzenie Chrome opracowane przez LevCon International, a jego główną funkcją jest „Blockguard protects you against SCAM sites in the Blockchain/Crypto Space”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BlockGuard

Pobierz pliki rozszerzeń BlockGuard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa BlockGuard BlockGuard
ID hbbfjbkaaakgadoacgeknpmlfjaoldfg
Oficjalny URL https://chromewebstore.google.com/detail/blockguard/hbbfjbkaaakgadoacgeknpmlfjaoldfg
Opis Blockguard protects you against SCAM sites in the Blockchain/Crypto Space
Rozmiar pliku 15.39 KB
Liczba instalacji 62
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2018-09-08
Data Publikacji 2018-09-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper LevCon International
Typ Płatności free
Strona Rozszerzenia https://www.blockguard.net
Adres URL Strony Pomocy https://www.blockguard.net
Obsługiwane Języki 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"
    ]
}