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