Nitrogen USD-ifier
Show the ($) amount next to the BTCs
Qu'est-ce que Nitrogen USD-ifier ?
Nitrogen USD-ifier est une extension Chrome développée par nomodevelopment, et sa fonction principale est "Show the ($) amount next to the BTCs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nitrogen USD-ifier
Téléchargez les fichiers d'extension Nitrogen USD-ifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Nitrogen USD-ifier |
ID | pmiafnfifdfhlneedbngapklmfgicpnm |
URL Officiel | https://chromewebstore.google.com/detail/nitrogen-usd-ifier/pmiafnfifdfhlneedbngapklmfgicpnm |
Description | Show the ($) amount next to the BTCs |
Taille du Fichier | 41.66 KB |
Nombre d'Installations | 48 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-11-05 |
Date de Publication | 2017-11-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | nomodevelopment |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |