UniSat Wallet

Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!

UniSat Wallet là gì?

UniSat Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://unisat.io, và tính năng chính của nó là "Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UniSat Wallet

Tải xuống các tệp mở rộng UniSat 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

                        Features

- Store and transfer your Ordinals 
- See unconfirmed incriptions immediately
- 100% Open-source (Repository link: https://github.com/unisat-wallet/extension)
- Inscribe (mint) on-the-fly without running a fullnode
- Store and transfer you brc-20s

UniSat Wallet is a browser extension wallet that makes it safe & easy for you to store, send and receive bitcoins and Ordinals on bitcoin blockchain. 

UniSat Wallet is a non-custodial wallet. We never have access to your funds. UniSat Wallet never stores your seed phrase, your password or any private information. Your accounts are derived from your Secret Recovery Phrase.

UniSat Wallet is 100% Open-source! 

- UniSat Wallet is a hierarchical deterministic wallet. Your accounts are derived from your Secret Recovery Phrase.
- Your private keys are encrypted on your device by your password and are never shared with anyone.
- UniSat Wallet doesn't track any personal identifiable information, your account addresses, or asset balances.
- Users can import accounts from single private keys. These accounts are not derived from your Secret Recovery Phrase and will be labelled as “imported”.
- Supports displaying and transfering Ordinals
- Supports Lightning Network (in future versions)

For more information visit https://unisat.io/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UniSat Wallet UniSat Wallet
ID ppbibelpcjmhbdihakflkdcoccbgbkpo
URL Chính Thức https://chromewebstore.google.com/detail/unisat-wallet/ppbibelpcjmhbdihakflkdcoccbgbkpo
Mô tả Inscribe and store your inscriptions in the world's first Open Source Chrome wallet for Ordinals!
Kích Thước Tệp 1.82 MB
Số Lần Cài Đặt 800,000
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2023-02-18
Đánh Giá 3.60/5 Tổng số 65 Đánh Giá
Nhà Phát Triển https://unisat.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://unisat.io/
URL Trang Chính Sách Bảo Mật https://unisat.io/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.2.7",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "\/images\/logo\/[email protected]",
        "32": "\/images\/logo\/[email protected]",
        "48": "\/images\/logo\/[email protected]",
        "128": "\/images\/logo\/[email protected]"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/logo\/[email protected]",
            "32": "\/images\/logo\/[email protected]",
            "48": "\/images\/logo\/[email protected]",
            "128": "\/images\/logo\/[email protected]"
        },
        "default_title": "__MSG_appName__"
    },
    "author": "https:\/\/unisat.io",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/unisat.io",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "short_name": "__MSG_appName__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageProvider.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/unisat.io\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88"
}