Bot BinPro

Bot BinPro

This extension is not a product of Binomo. It belongs to third parties and is created as an auxiliary tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "Bot BinPro",
  "short_name": "Trader Robot",
  "version": "8.3.1",
  "action": {
    "default_icon": {
      "38": "logo/38.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_title__"
  },
  "icons": {
    "16": "logo/16.png",
    "38": "logo/38.png",
    "48": "logo/48.png",
    "128": "logo/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://*.binomo.com/*",
        "https://id-binomo.com/*"
      ]
    }
  ]
}