Binance Profit Calc

Binance Profit Calc

Calculates profit and loss, average price in the Order History

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Binance Profit Calc",
  "description": "Calculates profit and loss, average price in the Order History",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "https://*.binance.com/*tradeHistory*"
      ],
      "js": [
        "jquery-3.3.1.js",
        "script.js"
      ]
    }
  ],
  "manifest_version": 2,
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}