Nitrogen USD-ifier

Show the ($) amount next to the BTCs

Nitrogen USD-ifier là gì?

Nitrogen USD-ifier là một tiện ích mở rộng Chrome được phát triển bởi nomodevelopment, và tính năng chính của nó là "Show the ($) amount next to the BTCs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nitrogen USD-ifier

Tải xuống các tệp mở rộng Nitrogen USD-ifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nitrogen USD-ifier Nitrogen USD-ifier
ID pmiafnfifdfhlneedbngapklmfgicpnm
URL Chính Thức https://chromewebstore.google.com/detail/nitrogen-usd-ifier/pmiafnfifdfhlneedbngapklmfgicpnm
Mô tả Show the ($) amount next to the BTCs
Kích Thước Tệp 41.66 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-11-05
Ngày Phát Hành 2017-11-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nomodevelopment
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}