Web USB Token

Secure online transactions with USB crypto device

Что такое Web USB Token?

Web USB Token - это расширение Chrome, разработанное darchain.net, и его основная функция - "Secure online transactions with USB crypto device".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Web USB Token

Скачайте файлы расширений Web USB Token в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        USB token  is a  crypto device, this extension enables accessing it from web pages. A native application is also required, it can't be installed by this extension. Contact us to get an installer.                    

Основная информация о расширении

Название Web USB Token Web USB Token
ID ihjdinpccpakfpcafodpgfgcfmapokhc
Официальный URL https://chrome.google.com/webstore/detail/web-usb-token/ihjdinpccpakfpcafodpgfgcfmapokhc
Описание Secure online transactions with USB crypto device
Размер файла 680 KB
Количество установок 368
Текущая Версия 0.10.3
Последнее Обновление 2020-03-24
Дата публикации 2020-03-24
Рейтинг 5.00/5 Всего 3 оценок
Разработчик darchain.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.darchain.net
URL страницы помощи http://www.darchain.net/view/technology/index.html
URL страницы политики конфиденциальности https://api.n8.app/public/webusbtoken/webusb-privacy-policy.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web USB Token",
    "description": "Secure online transactions with USB crypto device",
    "version": "0.10.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-pale.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "nativeMessaging",
        "background",
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cgs.cool\/*",
            "*:\/\/*.bcbchain.io\/*",
            "*:\/\/*.n8.app\/*",
            "*:\/\/*.blockwallet.pro\/*",
            "*:\/\/*.6x.com\/*",
            "*:\/\/*.6xhtt.com\/*",
            "*:\/\/*.zjtg.co\/*",
            "*:\/\/*.coinzbb.com\/*",
            "*:\/\/*.zbbtg.com\/*",
            "*:\/\/*.secret.one\/*",
            "*:\/\/*.topgate.io\/*",
            "*:\/\/*.topchange.io\/*",
            "*:\/\/*.dcpay.vip\/*",
            "*:\/\/*.biwens.com\/*",
            "*:\/\/*.szg.cool\/*",
            "*:\/\/*.goodb.info\/*",
            "*:\/\/*.cailuw.com\/*",
            "*:\/\/*.newbibaohtt.com\/*",
            "*:\/\/*.ywhtaizy.com\/*",
            "*:\/\/*.testqu.com\/*",
            "*:\/\/*.lliao.net\/*",
            "*:\/\/*.6xproaa.com\/*",
            "*:\/\/*.cq1121.com\/*",
            "*:\/\/*.sf6626.com\/*",
            "*:\/\/*.snfangya.com\/*",
            "*:\/\/*.i2605.com\/*",
            "*:\/\/*.99ga.me\/*",
            "*:\/\/*.dzzf88.com\/*",
            "*:\/\/*.scvip.vip\/*",
            "*:\/\/*.iwallet.cloud\/*"
        ]
    }
}