Bitverse Wallet
A multi-chain & multi-ID Wallet
什麼是Bitverse Wallet?
Bitverse Wallet是由https://bitverse.zone開發的Chrome擴展程式,該擴展的主要功能是“A multi-chain & multi-ID Wallet”。
擴展截圖
下載Bitverse Wallet擴展crx文件
下載Bitverse Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Bitverse Wallet is is a browser extension wallet for crypto transfer, enabling distributed applications(dApps) on EVM networks/Cosmos networks and other blockchains. The extension injects Ethereum and Cosmos web3 APIs to every website’s javascript context so apps can read from blockchain. Bitverse Wallet can also integrate with other Teleport products for signing transactions without providing private keys which are stored securely in the extension locally and encrypted with your password. When interact with dApps, Teleport Wallet will require users' permission to read and write to web dApps in open tabs. If you want to download Bitverse mobile wallet, please go to https://www.bitverse.zone .
擴展基本資訊
名稱 | Bitverse Wallet |
ID | gkeelndblnomfmjnophbhfhcjbcnemka |
官方網址 | https://chromewebstore.google.com/detail/bitverse-wallet/gkeelndblnomfmjnophbhfhcjbcnemka |
簡介 | A multi-chain & multi-ID Wallet |
檔案大小 | 4.03 MB |
安裝次數 | 3,323 |
目前版本 | 0.5.5 |
更新時間 | 2023-05-12 |
上架時間 | 2022-07-26 |
評分 | 4.71/5 共 7 次評分 |
開發者 | https://bitverse.zone |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://bitverse.zone/ |
隱私政策頁面URL | https://www.bitverse.zone/privacy |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "version": "0.5.5", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png", "512": "images\/icons\/512.png" }, "action": { "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" }, "default_title": "BitverseWallet", "default_popup": "popup.html" }, "author": "https:\/\/bitverse.zone\/", "background": { "service_worker": "bg-loader.js" }, "content_scripts": [ { "all_frames": true, "js": [ "webextension-polyfill.js", "content-script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "matches": [ "*:\/\/connect.trezor.io\/*\/popup.html" ], "js": [ "vendor\/trezor\/trezor-content-script.js" ] } ], "content_security_policy": [], "permissions": [ "storage", "activeTab", "notifications", "tabs" ], "web_accessible_resources": [ { "resources": [ "pageProvider.js" ], "matches": [ " |