Twitch Resizer

Twitch Resizer

Move and resize chat, video, and follower boxes

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 Resizer",
  "version": "2.14",
  "description": "Move and resize chat, video, and follower boxes",
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "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/*/*"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}