Nitrogen USD-ifier
Show the ($) amount next to the BTCs
Что такое Nitrogen USD-ifier?
Nitrogen USD-ifier - это расширение Chrome, разработанное nomodevelopment, и его основная функция - "Show the ($) amount next to the BTCs".
Снимки экрана расширения
Скачать файл CRX расширения Nitrogen USD-ifier
Скачайте файлы расширений Nitrogen USD-ifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Show the USD amount next to the BTCs (bitcoins) on Nitrogen Sportsbook. Just click the icon and all bitcoin values on Nitrogen Sports will be converted to their approximate dollar value and displayed inline. Works with: - Bankroll - In-play amount - Straight bets - Parlays - Active/Pending/Old wagers - Betslips Free and open source on https://github.com/nkov/nitrogen-usdifier
Основная информация о расширении
Название | Nitrogen USD-ifier |
ID | pmiafnfifdfhlneedbngapklmfgicpnm |
Официальный URL | https://chromewebstore.google.com/detail/nitrogen-usd-ifier/pmiafnfifdfhlneedbngapklmfgicpnm |
Описание | Show the ($) amount next to the BTCs |
Размер файла | 41.66 KB |
Количество установок | 48 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2017-11-05 |
Дата публикации | 2017-11-04 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | nomodevelopment |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nitrogen USD-ifier", "version": "0.0.1", "icons": { "128": "icon.png" }, "manifest_version": 2, "description": "Show the ($) amount next to the BTCs", "homepage_url": "http:\/\/github.com\/nkov\/nitrogen-usdifier", "background": { "scripts": [ "jquery-3.2.0.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "USD-ify!" }, "permissions": [ "https:\/\/nitrogensports.eu\/*", "http:\/\/nitrogensports.eu\/*", "tabs" ] } |