Binance show USD
Add the USD value to the output of the BTC Value column on Binance
Was ist Binance show USD?
Binance show USD ist eine Chrome-Erweiterung, die von manpreet entwickelt wurde, und ihr Hauptmerkmal ist "Add the USD value to the output of the BTC Value column on Binance".
Erweiterungsscreenshots
Binance show USD-Erweiterungs-CRX-Datei herunterladen
Laden Sie Binance show USD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | pnmjhiopgdfcldmiggaldinjoehngofh |
Offizielle URL | https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh |
Beschreibung | Add the USD value to the output of the BTC Value column on Binance |
Dateigröße | 36.28 KB |
Installationsanzahl | 132 |
Aktuelle Version | 1.01 |
Letztes Update | 2018-01-04 |
Veröffentlichungsdatum | 2018-01-04 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | manpreet |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/manpreetnarang/Binance-BTCtoUSD |
Unterstützte Sprachen | 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" } ] } |