Bitcoin Anonymous Wallet
Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.
Cos'è Bitcoin Anonymous Wallet?
Bitcoin Anonymous Wallet è un'estensione di Chrome sviluppata da Mero Development, e la sua funzione principale è "Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitcoin Anonymous Wallet
Scarica i file di estensione Bitcoin Anonymous Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mhjjmfbapceokhdgkilbgmkfefjpodlo |
URL Ufficiale | https://chromewebstore.google.com/detail/bitcoin-anonymous-wallet/mhjjmfbapceokhdgkilbgmkfefjpodlo |
Descrizione | Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens. |
Dimensione del File | 2.16 MB |
Conteggio Installazioni | 104 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-04-04 |
Data di Pubblicazione | 2021-04-04 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Mero Development |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://bitcoinanonymous.info |
URL della Pagina della Politica sulla Privacy | https://mero.blue/privacy.html |
Lingue Supportate | 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\/" ] } |