Nitrogen USD-ifier

Show the ($) amount next to the BTCs

Nitrogen USD-ifierคืออะไร?

Nitrogen USD-ifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nomodevelopment และคุณลักษณะหลักของมันคือ "Show the ($) amount next to the BTCs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nitrogen USD-ifier

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}