MyCrypto
The Top 10 Cryptocurrencies ranking from highest to lowest
Что такое MyCrypto?
MyCrypto - это расширение Chrome, разработанное info.screengrabr, и его основная функция - "The Top 10 Cryptocurrencies ranking from highest to lowest".
Снимки экрана расширения
Скачать файл CRX расширения MyCrypto
Скачайте файлы расширений MyCrypto в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A cryptocurrency (or “crypto”) is a digital currency that can be used to buy goods and services, but uses an online ledger with strong cryptography to secure online transactions. Much of the interest in these unregulated currencies is to trade for profit, with speculators at times driving prices skyward. We are displaying the detail of top 10 crypto currencies .
Основная информация о расширении
Название | |
ID | lcfeeincnkoghakocbmdekpibmdckmen |
Официальный URL | https://chrome.google.com/webstore/detail/mycrypto/lcfeeincnkoghakocbmdekpibmdckmen |
Описание | The Top 10 Cryptocurrencies ranking from highest to lowest |
Размер файла | 287 KB |
Количество установок | 17 |
Текущая Версия | 3.0.1 |
Последнее Обновление | 2021-04-25 |
Дата публикации | 2021-04-02 |
Рейтинг | 5.00/5 Всего 34 оценок |
Разработчик | info.screengrabr |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyCrypto", "version": "3.0.1", "description": "The Top 10 Cryptocurrencies ranking from highest to lowest", "manifest_version": 2, "icons": { "16": "files\/img\/icon16.png", "48": "files\/img\/icon48.png", "128": "files\/img\/icon128.png" }, "browser_action": { "default_icon": "files\/img\/logo.png", "default_popup": "extension.html" }, "background": { "scripts": [ "files\/js\/extension.js" ] } } |