Twitch VOD Unmute

Twitch VOD Unmute

A browser extension that unmutes Twitch VODs

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 Unmute",
  "description": "A browser extension that unmutes Twitch VODs",
  "version": "1.1.2",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "declarativeNetRequest",
    "webRequest",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://www.twitch.tv/",
    "https://*.cloudfront.net/"
  ]
}