Bitcoin Anonymous Wallet
Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.
Apa itu Bitcoin Anonymous Wallet?
Bitcoin Anonymous Wallet adalah ekstensi Chrome yang dikembangkan oleh Mero Development, dan fitur utamanya adalah "Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bitcoin Anonymous Wallet
Unduh file ekstensi Bitcoin Anonymous Wallet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | mhjjmfbapceokhdgkilbgmkfefjpodlo |
URL Resmi | https://chromewebstore.google.com/detail/bitcoin-anonymous-wallet/mhjjmfbapceokhdgkilbgmkfefjpodlo |
Deskripsi | Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens. |
Ukuran File | 2.16 MB |
Jumlah Instalasi | 104 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-04-04 |
Tanggal Publikasi | 2021-04-04 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Mero Development |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://bitcoinanonymous.info |
URL Halaman Kebijakan Privasi | https://mero.blue/privacy.html |
Bahasa yang Didukung | 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\/" ] } |