binance info
access
binance info क्या है?
binance info abfzlabfzl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "access"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में binance info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
making easy to trade in binance.com showing current balance of your cryptocurrency in each trade page calculate current balance of each position you set up and showing in the table of open orders in each currency page. in the next update we have this features: changing red and green color of trade page to less bother eyes of traders calculating sum of all current price and profit or loss of trading orders make more pretty UI/UX and many other features that needs any trader ...
एक्सटेंशन की मूल जानकारी
नाम | binance info |
ID | ppppehcijnmfmamobfinpikdadmjjcln |
आधिकारिक URL | https://chromewebstore.google.com/detail/binance-info/ppppehcijnmfmamobfinpikdadmjjcln |
विवरण | access |
फ़ाइल का आकार | 59.43 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2021-07-20 |
प्रकाशन तिथि | 2021-07-19 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | abfzlabfzl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "binance info", "description": "access ", "version": "2.1", "manifest_version": 3, "icons": { "16": "binance-coin-1616.png", "32": "binance-coin-3232.png", "64": "binance-coin-6464.png", "256": "binance-coin-256256.png", "128": "binance-coin-128128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab" ], "action": { "default_icon": "binance-coin-6464.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.binance.com\/en\/trade\/*" ], "css": [ "styles.css" ], "js": [ "contentScript.js" ] } ] } |