Nitrogen USD-ifier
Show the ($) amount next to the BTCs
Wat is Nitrogen USD-ifier?
Nitrogen USD-ifier is een Chrome-extensie ontwikkeld door nomodevelopment, en de belangrijkste functie is "Show the ($) amount next to the BTCs".
Extensie Screenshots
Download het CRX-bestand van de extensie Nitrogen USD-ifier
Download Nitrogen USD-ifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Nitrogen USD-ifier |
ID | pmiafnfifdfhlneedbngapklmfgicpnm |
Officiële URL | https://chromewebstore.google.com/detail/nitrogen-usd-ifier/pmiafnfifdfhlneedbngapklmfgicpnm |
Beschrijving | Show the ($) amount next to the BTCs |
Bestandsgrootte | 41.66 KB |
Aantal Installaties | 48 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-11-05 |
Publicatiedatum | 2017-11-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | nomodevelopment |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |