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 |
官方網址 | 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 |
電子郵箱 | [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\/" ] } |