Binance show USD

Add the USD value to the output of the BTC Value column on Binance

Что такое Binance show USD?

Binance show USD - это расширение Chrome, разработанное manpreet, и его основная функция - "Add the USD value to the output of the BTC Value column on Binance".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Binance show USD

Скачайте файлы расширений Binance show USD в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Add the USD value to the output of the BTC Value column on Binance.

Binance and the Binance Logo are registered trademarks of Binance Limited                    

Основная информация о расширении

Название Binance show USD Binance show USD
ID pnmjhiopgdfcldmiggaldinjoehngofh
Официальный URL https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh
Описание Add the USD value to the output of the BTC Value column on Binance
Размер файла 36.28 KB
Количество установок 132
Текущая Версия 1.01
Последнее Обновление 2018-01-04
Дата публикации 2018-01-04
Рейтинг 3.50/5 Всего 4 оценок
Разработчик manpreet
Тип оплаты free
Официальный сайт расширения https://github.com/manpreetnarang/Binance-BTCtoUSD
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binance show USD",
    "description": "Add the USD value to the output of the BTC Value column on Binance",
    "version": "1.01",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.binance.com\/userCenter\/depositWithdraw.html"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}