Web USB Token
Secure online transactions with USB crypto device
What is Web USB Token?
Web USB Token is a Chrome extension developed by darchain.net, and its main feature is "Secure online transactions with USB crypto device".
Extension Screenshots
Download Web USB Token Extension CRX File
Download Web USB Token extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ihjdinpccpakfpcafodpgfgcfmapokhc |
Official URL | https://chrome.google.com/webstore/detail/web-usb-token/ihjdinpccpakfpcafodpgfgcfmapokhc |
Description | Secure online transactions with USB crypto device |
File Size | 680 KB |
Installation Count | 368 |
Current Version | 0.10.3 |
Last Updated | 2020-03-24 |
Publish Date | 2020-03-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | darchain.net |
[email protected] | |
Payment Type | free |
Extension Website | http://www.darchain.net |
Help Page URL | http://www.darchain.net/view/technology/index.html |
Privacy Policy Page URL | https://api.n8.app/public/webusbtoken/webusb-privacy-policy.html |
Supported Languages | 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\/*" ] } } |