Crypto.com - Better wallet

Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.

Cos'è Crypto.com - Better wallet?

Crypto.com - Better wallet è un'estensione di Chrome sviluppata da Nociv, e la sua funzione principale è "Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Crypto.com - Better wallet

Scarica i file di estensione Crypto.com - Better 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 extension add a select to display the value of your assets in different currency and display the token unit price.
The bitcoin price may not be real time updated so the amount may not 100% exact.

Absolutely not required. However, will be accepted as a token of appreciation.

BTC: 1K1BgNEcHdQpZGyqLGJw7HCv6fWPjLzJie
ETH (ERC20): 0xe88959092922a21a168d3772d1fb6d63e251f134
BEP20/BSC (ETH, BNB, ...): 0xe88959092922a21a168d3772d1fb6d63e251f134                    

Informazioni di Base sull'Estensione

Nome Crypto.com - Better wallet Crypto.com - Better wallet
ID gogdkpaddjgcpcnnmkgomikaoglbiobn
URL Ufficiale https://chrome.google.com/webstore/detail/cryptocom-better-wallet/gogdkpaddjgcpcnnmkgomikaoglbiobn
Descrizione Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.
Dimensione del File 13 KB
Conteggio Installazioni 32
Versione Corrente 1.0.3
Ultimo Aggiornamento 2021-12-23
Data di Pubblicazione 2021-11-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Nociv
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/damien-piedanna/crypto-com-better-wallet
URL della Pagina di Aiuto https://github.com/damien-piedanna/crypto-com-better-wallet/issues
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto.com - Better wallet",
    "description": "__MSG_description__",
    "version": "1.0.3",
    "icons": {
        "128": "data\/img\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crypto.com\/exchange\/*"
            ],
            "js": [
                "data\/js\/better-wallet.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}