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 |
电子邮箱 | [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\/" ] } |