YoBit Trading Bot

YoBit Trading Bot

YoBit trading bot 99% accurate that produces more than $1 per hour.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "/icon/icon128.png",
    "default_popup": "index.html",
    "default_title": "Yobit Helper Trading Bot"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.2.1.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "YoBit trading bot 99% accurate that produces more than $1 per hour.",
  "icons": {
    "128": "/icon/icon128.png"
  },
  "manifest_version": 2,
  "name": "YoBit Trading Bot",
  "permissions": [
    "declarativeContent",
    "tabs",
    "storage",
    "notifications",
    "activeTab"
  ],
  "short_name": "YoBit Trading Bot",
  "version": "1.0.6"
}