Nitrogen USD-ifier

Show the ($) amount next to the BTCs

Cos'è Nitrogen USD-ifier?

Nitrogen USD-ifier è un'estensione di Chrome sviluppata da nomodevelopment, e la sua funzione principale è "Show the ($) amount next to the BTCs".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nitrogen USD-ifier

Scarica i file di estensione Nitrogen USD-ifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Nitrogen USD-ifier Nitrogen USD-ifier
ID pmiafnfifdfhlneedbngapklmfgicpnm
URL Ufficiale https://chromewebstore.google.com/detail/nitrogen-usd-ifier/pmiafnfifdfhlneedbngapklmfgicpnm
Descrizione Show the ($) amount next to the BTCs
Dimensione del File 41.66 KB
Conteggio Installazioni 48
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-11-05
Data di Pubblicazione 2017-11-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore nomodevelopment
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}