Binance show USD

Add the USD value to the output of the BTC Value column on Binance

Hvad er Binance show USD?

Binance show USD er en Chrome-udvidelse udviklet af manpreet, og dens hovedfunktion er "Add the USD value to the output of the BTC Value column on Binance".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Binance show USD-udvidelses-CRX-fil

Download Binance show USD-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Binance show USD Binance show USD
ID pnmjhiopgdfcldmiggaldinjoehngofh
Officiel URL https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh
Beskrivelse Add the USD value to the output of the BTC Value column on Binance
Filstørrelse 36.28 KB
Antal Installationer 132
Nuværende Version 1.01
Senest Opdateret 2018-01-04
Udgivelsesdato 2018-01-04
Bedømmelse 3.50/5 Samlet 4 Bedømmelser
Udvikler manpreet
Betalingsmetode free
Udvidelseswebsted https://github.com/manpreetnarang/Binance-BTCtoUSD
Understøttede Sprog 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"
        }
    ]
}