Volt Wallet

Volt Wallet

什么是Volt Wallet?

Volt Wallet是由Volt.id开发的Chrome扩展程序,该扩展的主要功能是“Volt Wallet”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Volt Wallet扩展crx文件

下载Volt Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Bitcoin wallet and BFI(Bitcoin Finance) portal
Volt is a Bitcoin and multi-chain crypto wallet in your Browser
Volt is an extension for reading from and writing to Bitcoin blockchain!
Scan QR code with Volt mobile App to connect with extention wallet in a simple and secure way.

Volt is also the first wallet that supports interacting with BFI(called 'DeFi' by the wider crypto community) on Bitcoin

Volt also lets the user create and manage their own identities and application connection,  when a third party app requires the user to approve permission, the user is presented an interface to review permisssions and transaction, before approving or rejecting it.

Volt nables access to:
Web 3.0, Bitcoin Dapps, Bitcoin NFTs, STP(Sensible Token Protocol) tokens.                    

扩展基本信息

名称 Volt Wallet Volt Wallet
ID nefphheeepefieolhnenmbfmoppchgdg
官方URL https://chrome.google.com/webstore/detail/volt-wallet/nefphheeepefieolhnenmbfmoppchgdg
简介 Volt Wallet
文件大小 4.07 MB
安装次数 813
当前版本 2.2.5
更新时间 2022-06-15
上架时间 2022-01-10
评分 5.00/5 共3次评分
开发者 Volt.id
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.volt.id
帮助页面URL https://www.volt.id
隐私政策页面URL https://volt.id
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volt Wallet",
    "version": "2.2.5",
    "homepage_url": "https:\/\/volt.id",
    "description": "Volt Wallet",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": ".\/dist\/assets\/50.png",
        "128": ".\/dist\/assets\/150.png"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/script.js"
    ],
    "browser_action": {
        "default_popup": ".\/index.html",
        "default_title": "Volt Wallet",
        "default_icon": {
            "48": ".\/dist\/assets\/50.png"
        }
    }
}