OnlySports.Live Video Options

OnlySports.Live Video Options

Time-seeking options when watching video on OnlySports.Live

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OnlySports.Live Video Options",
  "description": "Time-seeking options when watching  video on OnlySports.Live",
  "version": "1.0",
  "options_ui": {
    "page": "options.html"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ]
    }
  ],
  "host_permissions": [
    "https://onlysports.live/*",
    "http://onlysports.live/*"
  ]
}