F1TV Tweaks

F1TV Tweaks

Adds useful tools to add to the usability of the F1TV streaming page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "F1TV Tweaks",
  "version": "1.2.1",
  "author": "Markus Ort",
  "homepage_url": "https://github.com/maartenflippo/f1tv-tweaks",
  "description": "Adds useful tools to add to the usability of the F1TV streaming page.",
  "icons": {
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png",
    "128": "icons/logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://f1tv.formula1.com/*"
      ],
      "js": [
        "bundle.js"
      ],
      "css": [
        "layout.css"
      ]
    }
  ]
}