Crypto.com - Better wallet
Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.
O que é Crypto.com - Better wallet?
Crypto.com - Better wallet é uma extensão do Chrome desenvolvida por Nociv, e sua principal característica é "Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Crypto.com - Better wallet
Baixe arquivos de extensão Crypto.com - Better wallet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | gogdkpaddjgcpcnnmkgomikaoglbiobn |
URL Oficial | https://chrome.google.com/webstore/detail/cryptocom-better-wallet/gogdkpaddjgcpcnnmkgomikaoglbiobn |
Descrição | Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet. |
Tamanho do Arquivo | 13 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.0.3 |
Última Atualização | 2021-12-23 |
Data de Publicação | 2021-11-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Nociv |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/damien-piedanna/crypto-com-better-wallet |
URL da Página de Ajuda | https://github.com/damien-piedanna/crypto-com-better-wallet/issues |
Idiomas Suportados | 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 } |