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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nitrogen USD-ifier
قم بتنزيل ملفات الامتداد Nitrogen USD-ifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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" ] } |