Volt Wallet
Volt Wallet
Volt Walletとは何ですか?
Volt WalletはVolt.idによって開発されたChromeの拡張機能で、その主な機能は「Volt Wallet」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } } |