Nitrogen USD-ifier
Show the ($) amount next to the BTCs
Co to jest Nitrogen USD-ifier?
Nitrogen USD-ifier to rozszerzenie Chrome opracowane przez nomodevelopment, a jego główną funkcją jest „Show the ($) amount next to the BTCs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Nitrogen USD-ifier
Pobierz pliki rozszerzeń Nitrogen USD-ifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Nitrogen USD-ifier |
ID | pmiafnfifdfhlneedbngapklmfgicpnm |
Oficjalny URL | https://chromewebstore.google.com/detail/nitrogen-usd-ifier/pmiafnfifdfhlneedbngapklmfgicpnm |
Opis | Show the ($) amount next to the BTCs |
Rozmiar pliku | 41.66 KB |
Liczba instalacji | 48 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2017-11-05 |
Data Publikacji | 2017-11-04 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | nomodevelopment |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |