Bitcoin Anonymous Wallet

Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.

Bitcoin Anonymous Wallet là gì?

Bitcoin Anonymous Wallet là một tiện ích mở rộng Chrome được phát triển bởi Mero Development, và tính năng chính của nó là "Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.".

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

screenshot

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

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

                        This BTCA token wallet allows our holders to send, receive both the Bitcoin Anonymous token currency and Binance Coin on the Binance Smart Chain. It is exclusive to BTCA and BNB but is a safe way to store these assets using your personal machine. The BIP-39 12 word seed phrase allows users to protect their investment by storing their seed in a safe place. BNB gas is automatically calculated for your convenience.                    

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

Tên Bitcoin Anonymous Wallet Bitcoin Anonymous Wallet
ID mhjjmfbapceokhdgkilbgmkfefjpodlo
URL Chính Thức https://chromewebstore.google.com/detail/bitcoin-anonymous-wallet/mhjjmfbapceokhdgkilbgmkfefjpodlo
Mô tả Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.
Kích Thước Tệp 2.16 MB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-04-04
Ngày Phát Hành 2021-04-04
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Mero Development
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bitcoinanonymous.info
URL Trang Chính Sách Bảo Mật https://mero.blue/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin Anonymous Wallet",
    "description": "Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Bitcoin Anonymous Wallet",
        "default_icon": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "permissions": [
        "https:\/\/bscscan.com\/",
        "https:\/\/api.coingecko.com\/"
    ]
}