Bitcoin Anonymous Wallet
Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.
Qu'est-ce que Bitcoin Anonymous Wallet ?
Bitcoin Anonymous Wallet est une extension Chrome développée par Mero Development, et sa fonction principale est "Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Anonymous Wallet
Téléchargez les fichiers d'extension Bitcoin Anonymous Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mhjjmfbapceokhdgkilbgmkfefjpodlo |
URL Officiel | https://chromewebstore.google.com/detail/bitcoin-anonymous-wallet/mhjjmfbapceokhdgkilbgmkfefjpodlo |
Description | Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens. |
Taille du Fichier | 2.16 MB |
Nombre d'Installations | 104 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-04-04 |
Date de Publication | 2021-04-04 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Mero Development |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bitcoinanonymous.info |
URL de la Page de Politique de Confidentialité | https://mero.blue/privacy.html |
Langues Prises en Charge | 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\/" ] } |