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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |