Crypto.com - Better wallet
Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.
Что такое Crypto.com - Better wallet?
Crypto.com - Better wallet - это расширение Chrome, разработанное Nociv, и его основная функция - "Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet.".
Снимки экрана расширения
Скачать файл CRX расширения Crypto.com - Better wallet
Скачайте файлы расширений Crypto.com - Better wallet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | gogdkpaddjgcpcnnmkgomikaoglbiobn |
Официальный URL | https://chrome.google.com/webstore/detail/cryptocom-better-wallet/gogdkpaddjgcpcnnmkgomikaoglbiobn |
Описание | Unnoficial simple extension used to view the fiat value of your cryptos in different currency in crypto.com exchange wallet. |
Размер файла | 13 KB |
Количество установок | 32 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2021-12-23 |
Дата публикации | 2021-11-09 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Nociv |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/damien-piedanna/crypto-com-better-wallet |
URL страницы помощи | https://github.com/damien-piedanna/crypto-com-better-wallet/issues |
Поддерживаемые языки | 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 } |