Bitverse Wallet
A multi-chain & multi-ID Wallet
Bitverse Wallet क्या है?
Bitverse Wallet https://bitverse.zone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A multi-chain & multi-ID Wallet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bitverse Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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": [ " |