Bitverse Wallet

A multi-chain & multi-ID Wallet

Bitverse Wallet란 무엇입니까?

Bitverse Wallet은(는) https://bitverse.zone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A multi-chain & multi-ID Wallet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Bitverse Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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": [
                ""
            ]
        }
    ]
}