Nitrogen USD-ifier

Show the ($) amount next to the BTCs

What is Nitrogen USD-ifier?

Nitrogen USD-ifier is a Chrome extension developed by nomodevelopment, and its main feature is "Show the ($) amount next to the BTCs".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Nitrogen USD-ifier Extension CRX File

Download Nitrogen USD-ifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Nitrogen USD-ifier Nitrogen USD-ifier
ID pmiafnfifdfhlneedbngapklmfgicpnm
Official URL https://chromewebstore.google.com/detail/nitrogen-usd-ifier/pmiafnfifdfhlneedbngapklmfgicpnm
Description Show the ($) amount next to the BTCs
File Size 41.66 KB
Installation Count 48
Current Version 0.0.1
Last Updated 2017-11-05
Publish Date 2017-11-04
Rating 5.00/5 Total 2 Ratings
Developer nomodevelopment
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}