Binance show USD
Add the USD value to the output of the BTC Value column on Binance
Binance show USD क्या है?
Binance show USD manpreet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add the USD value to the output of the BTC Value column on Binance"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Binance show USD एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add the USD value to the output of the BTC Value column on Binance. Binance and the Binance Logo are registered trademarks of Binance Limited
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pnmjhiopgdfcldmiggaldinjoehngofh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh |
विवरण | Add the USD value to the output of the BTC Value column on Binance |
फ़ाइल का आकार | 36.28 KB |
स्थापना संख्या | 132 |
वर्तमान संस्करण | 1.01 |
अंतिम अपडेट | 2018-01-04 |
प्रकाशन तिथि | 2018-01-04 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | manpreet |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/manpreetnarang/Binance-BTCtoUSD |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binance show USD", "description": "Add the USD value to the output of the BTC Value column on Binance", "version": "1.01", "content_scripts": [ { "matches": [ "https:\/\/www.binance.com\/userCenter\/depositWithdraw.html" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_end" } ] } |