Twitch DVR player

Twitch DVR player

Replaces the standard twitch player with a custom one that supports DVR.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Twitch DVR player",
  "version": "1.4.13",
  "description": "Replaces the standard twitch player with a custom one that supports DVR.",
  "permissions": [
    "https://*.twitch.tv/*",
    "https://*.ttvnw.net/*",
    "https://dqrpb9wgowsf5.cloudfront.net/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "mux.js",
        "index.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "[email protected]",
    "128": "twitch-dvr.png"
  },
  "manifest_version": 2
}