ClixOne Trading Plugin

ClixOne Trading Plugin

Do trade with just 1-click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "ClixOne Trader <[email protected]>",
  "name": "ClixOne Trading Plugin",
  "short_name": "ClixOne Trader",
  "description": "Do trade with just 1-click.",
  "signature": "&copy; 2018 - <a href=\"mailto:[email protected]\">ClixOne Trader</a>",
  "version": "3.0.528",
  "permissions": [
    "chrome://favicon/",
    "storage"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://poloniex.com/exchange"
      ],
      "css": [
        "css/poloniex.min.css"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/clixone.min.js",
        "js/exchange.poloniex.min.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "https://bittrex.com/Market/Index*"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/clixone.min.js",
        "js/exchange.bittrex.min.js"
      ]
    },
    {
      "run_at": "document_end",
      "matches": [
        "https://www.binance.com/trade*"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/clixone.min.js",
        "js/exchange.binance.min.js"
      ]
    }
  ]
}