Ovh Virtual

Ovh Virtual

Add some fun to your bettings

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ovh Virtual",
  "version": "2.0.0.14",
  "manifest_version": 2,
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://ww3.365planetwinall.net/Sport/OddsAsync.aspx*"
      ],
      "js": [
        "js/jq.js",
        "js/js.js"
      ]
    },
    {
      "matches": [
        "https://ww3.365planetwinall.net/Live*"
      ],
      "js": [
        "js/jq.js",
        "js/js2.js"
      ]
    },
    {
      "matches": [
        "https://ww3.365planetwinall.net/en/livebetting*"
      ],
      "js": [
        "js/jq.js",
        "js/js2.js"
      ]
    },
    {
      "matches": [
        "https://ww3.365planetwinall.net/live*"
      ],
      "js": [
        "js/jq.js",
        "js/js2.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "web/rec.html",
    "web/recl.html"
  ]
}