Twitch VOD Chat Search

Twitch VOD Chat Search

Download 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 Chat Search",
  "version": "2.13",
  "description": "Download Twitch VOD Segments",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://gql.twitch.tv/gql",
    "https://api.twitch.tv/*"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}