Poloniex enhanced

Poloniex enhanced

Display the current price in dollars of the currency you are currently trading. Also show the total amount of your holding in…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Poloniex enhanced",
  "version": "0.2",
  "content_scripts": [
    {
      "matches": [
        "https://poloniex.com/exchange*"
      ],
      "js": [
        "jquery-2.2.4.min.js",
        "content.js"
      ]
    }
  ]
}