Xverse Wallet
A Bitcoin Wallet for Web3
Xverse Wallet là gì?
Xverse Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://xverse.app, và tính năng chính của nó là "A Bitcoin Wallet for Web3".
Ả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 Xverse Wallet
Tải xuống các tệp mở rộng Xverse 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Xverse Wallet |
ID | idnnbdplmphpflfnlkomgpfbpcgelopg |
URL Chính Thức | https://chromewebstore.google.com/detail/xverse-wallet/idnnbdplmphpflfnlkomgpfbpcgelopg |
Mô tả | A Bitcoin Wallet for Web3 |
Kích Thước Tệp | 6.03 MB |
Số Lần Cài Đặt | 301,501 |
Phiên Bản Hiện Tại | 0.30.0 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2022-12-08 |
Đánh Giá | 4.68/5 Tổng số 164 Đánh Giá |
Nhà Phát Triển | https://xverse.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://xverse.app |
URL Trang Trợ Giúp | https://support.xverse.app/ |
URL Trang Chính Sách Bảo Mật | https://www.xverse.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |