Xverse Wallet

A Bitcoin Wallet for Web3

Xverse Wallet란 무엇입니까?

Xverse Wallet은(는) https://xverse.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Bitcoin Wallet for Web3"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Xverse is the leading Bitcoin wallet for Ordinals, BRC20, STX and Rare Sats. Easily swap tokens, access Ordinal marketplaces, DeFi apps, and securely store assets offline with Ledger.

ONE BITCOIN WALLET FOR ALL

- Buy and self-custody all your Bitcoin assets
- Access your favorite Bitcoin apps
- View and showcase your Ordinals, BRC20 and Rare Sats

TOP SECURITY FEATURES

- 100% control over your data and assets
- Open Source and audited by top security firms
- Store assets offline with built-in Ledger support
- Convenient access with biometric authentication

MOST ADVANCED BITCOIN WALLET

- Inscribe and trade BRC20 tokens
- Stack STX to earn BTC rewards
- Swap SIP-10 tokens instantly

Simply deposit or buy BTC in-app get started with Bitcoin web3 today!

Join the global Xverse community and share feedback:
Twitter: https://twitter.com/xverseApp                    

확장 프로그램 기본 정보

이름 Xverse Wallet Xverse Wallet
ID idnnbdplmphpflfnlkomgpfbpcgelopg
공식 URL https://chromewebstore.google.com/detail/xverse-wallet/idnnbdplmphpflfnlkomgpfbpcgelopg
설명 A Bitcoin Wallet for Web3
파일 크기 6.03 MB
설치 횟수 301,501
현재 버전 0.30.0
최근 업데이트 2024-02-28
출시 날짜 2022-12-08
평점 4.68/5 총 164 개의 평점
개발자 https://xverse.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://xverse.app
도움말 페이지 URL https://support.xverse.app/
개인정보 보호 정책 페이지 URL https://www.xverse.app/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A Bitcoin Wallet for Web3",
    "version": "0.30.0",
    "name": "Xverse Wallet",
    "manifest_version": 3,
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "xverse_icon.png",
        "default_title": "Xverse Wallet"
    },
    "chrome_url_overrides": [],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "128": "xverse_icon.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; default-src 'none'; connect-src *; style-src 'unsafe-inline'; frame-src 'none'; frame-ancestors 'none'; img-src 'self' data: https:;  media-src 'self' data: https:; font-src 'self' data:;"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "browser-polyfill.js",
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ]
}