Bitcoin Anonymous Wallet
Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.
Bitcoin Anonymous Walletとは何ですか?
Bitcoin Anonymous WalletはMero Developmentによって開発されたChromeの拡張機能で、その主な機能は「Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.」です。
拡張機能のスクリーンショット
Bitcoin Anonymous Wallet拡張機能のCRXファイルをダウンロード
Bitcoin Anonymous Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | mhjjmfbapceokhdgkilbgmkfefjpodlo |
公式URL | https://chromewebstore.google.com/detail/bitcoin-anonymous-wallet/mhjjmfbapceokhdgkilbgmkfefjpodlo |
説明 | Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens. |
ファイルサイズ | 2.16 MB |
インストール数 | 104 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-04-04 |
公開日 | 2021-04-04 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Mero Development |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://bitcoinanonymous.info |
プライバシーポリシーページのURL | https://mero.blue/privacy.html |
対応言語 | 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\/" ] } |