Binance show USD

Binance show USD

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

Merlin
Additional files are visible only to premium users

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"
    }
  ]
}