Binance show USD

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

Apa itu Binance show USD?

Binance show USD adalah ekstensi Chrome yang dikembangkan oleh manpreet, dan fitur utamanya adalah "Add the USD value to the output of the BTC Value column on Binance".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Binance show USD

Unduh file ekstensi Binance show USD dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Binance show USD Binance show USD
ID pnmjhiopgdfcldmiggaldinjoehngofh
URL Resmi https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh
Deskripsi Add the USD value to the output of the BTC Value column on Binance
Ukuran File 36.28 KB
Jumlah Instalasi 132
Versi Saat Ini 1.01
Terakhir Diperbarui 2018-01-04
Tanggal Publikasi 2018-01-04
Penilaian 3.50/5 Total 4 Penilaian
Pengembang manpreet
Tipe Pembayaran free
Situs Ekstensi https://github.com/manpreetnarang/Binance-BTCtoUSD
Bahasa yang Didukung 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"
        }
    ]
}