Twitch Popout Chat

Twitch Popout Chat

Allows you to quickly open the chat of Twitch streamers

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 Popout Chat",
  "description": "Allows you to quickly open the chat of Twitch streamers",
  "version": "1.0.1",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {},
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "service_worker": "service-worker.js"
  }
}