Volt Wallet
Volt Wallet
Volt Wallet là gì?
Volt Wallet là một tiện ích mở rộng Chrome được phát triển bởi Volt.id, và tính năng chính của nó là "Volt Wallet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Volt Wallet
Tải xuống các tệp mở rộng Volt Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nefphheeepefieolhnenmbfmoppchgdg |
URL Chính Thức | https://chrome.google.com/webstore/detail/volt-wallet/nefphheeepefieolhnenmbfmoppchgdg |
Mô tả | Volt Wallet |
Kích Thước Tệp | 4.07 MB |
Số Lần Cài Đặt | 813 |
Phiên Bản Hiện Tại | 2.2.5 |
Cập Nhật Lần Cuối | 2022-06-15 |
Ngày Phát Hành | 2022-01-10 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Volt.id |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.volt.id |
URL Trang Trợ Giúp | https://www.volt.id |
URL Trang Chính Sách Bảo Mật | https://volt.id |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |