Twitch VOD Downloader

Twitch VOD Downloader

Download and View Twitch VOD Segments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Twitch VOD Downloader",
  "version": "2.28",
  "description": "Download and View Twitch VOD Segments",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "icons.js",
        "utilities.js",
        "domFunctions.js",
        "hls.js",
        "cssFunction.js",
        "markVodStreams.js",
        "videoFunctions.js",
        "streamExtractionUtils.js",
        "dualSlider.js",
        "chatViewer.js",
        "uiCreation.js",
        "buttons.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://gql.twitch.tv/gql",
    "https://usher.ttvnw.net/*/*",
    "https://video-weaver.atl01.hls.ttvnw.net/*/*",
    "https://*.cloudfront.net/*",
    "https://streamscharts.com/*",
    "https://sullygnome.com/*",
    "https://twitchtracker.com/*"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}