Nitrogen USD-ifier

Show the ($) amount next to the BTCs

什麼是Nitrogen USD-ifier?

Nitrogen USD-ifier是由nomodevelopment開發的Chrome擴展程式,該擴展的主要功能是“Show the ($) amount next to the BTCs”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Nitrogen USD-ifier擴展crx文件

下載Nitrogen USD-ifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Nitrogen USD-ifier Nitrogen USD-ifier
ID pmiafnfifdfhlneedbngapklmfgicpnm
官方網址 https://chromewebstore.google.com/detail/nitrogen-usd-ifier/pmiafnfifdfhlneedbngapklmfgicpnm
簡介 Show the ($) amount next to the BTCs
檔案大小 41.66 KB
安裝次數 48
目前版本 0.0.1
更新時間 2017-11-05
上架時間 2017-11-04
評分 5.00/5 共 2 次評分
開發者 nomodevelopment
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}