yttwthmode

yttwthmode

Twitch-like theater mode for Youtube livestreams and archives.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "yttwthmode",
  "version": "1.3.11",
  "description": "Twitch-like theater mode for Youtube livestreams and archives.",
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "dist/content-script.js"
      ]
    }
  ],
  "action": {
    "default_popup": "dist/popup/popup.html",
    "default_icon": {
      "128": "dist/img/logo_128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "dist/img/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}"
    }
  }
}