Crypto.com - Better wallet
Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.
Qu'est-ce que Crypto.com - Better wallet ?
Crypto.com - Better wallet est une extension Chrome développée par Nociv, et sa fonction principale est "Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crypto.com - Better wallet
Téléchargez les fichiers d'extension Crypto.com - Better 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 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
Informations de Base sur l'Extension
Nom | |
ID | gogdkpaddjgcpcnnmkgomikaoglbiobn |
URL Officiel | https://chrome.google.com/webstore/detail/cryptocom-better-wallet/gogdkpaddjgcpcnnmkgomikaoglbiobn |
Description | Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet. |
Taille du Fichier | 13 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2021-12-23 |
Date de Publication | 2021-11-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Nociv |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/damien-piedanna/crypto-com-better-wallet |
URL de la Page d'Aide | https://github.com/damien-piedanna/crypto-com-better-wallet/issues |
Langues Prises en Charge | 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 } |