Bitcoin Anonymous Wallet

Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.

Was ist Bitcoin Anonymous Wallet?

Bitcoin Anonymous Wallet ist eine Chrome-Erweiterung, die von Mero Development entwickelt wurde, und ihr Hauptmerkmal ist "Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.".

Erweiterungsscreenshots

screenshot

Bitcoin Anonymous Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bitcoin Anonymous Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bitcoin Anonymous Wallet Bitcoin Anonymous Wallet
ID mhjjmfbapceokhdgkilbgmkfefjpodlo
Offizielle URL https://chromewebstore.google.com/detail/bitcoin-anonymous-wallet/mhjjmfbapceokhdgkilbgmkfefjpodlo
Beschreibung Bitcoin Anonymous Wallet is the perfect way to store, send or receive your BTCA Tokens.
Dateigröße 2.16 MB
Installationsanzahl 104
Aktuelle Version 1.0.0
Letztes Update 2021-04-04
Veröffentlichungsdatum 2021-04-04
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Mero Development
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://bitcoinanonymous.info
URL der Datenschutzrichtlinien-Seite https://mero.blue/privacy.html
Unterstützte Sprachen 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\/"
    ]
}