Binance show USD

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

What is Binance show USD?

Binance show USD is a Chrome extension developed by manpreet, and its main feature is "Add the USD value to the output of the BTC Value column on Binance".

Extension Screenshots

screenshot
screenshot

Download Binance show USD Extension CRX File

Download Binance show USD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Binance show USD Binance show USD
ID pnmjhiopgdfcldmiggaldinjoehngofh
Official URL https://chrome.google.com/webstore/detail/pnmjhiopgdfcldmiggaldinjoehngofh
Description Add the USD value to the output of the BTC Value column on Binance
File Size 36.28 KB
Installation Count 132
Current Version 1.01
Last Updated 2018-01-04
Publish Date 2018-01-04
Rating 3.50/5 Total 4 Ratings
Developer manpreet
Payment Type free
Extension Website https://github.com/manpreetnarang/Binance-BTCtoUSD
Supported Languages 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"
        }
    ]
}