Open Twitch Channel

Open Twitch Channel

Enter username and open channel, player and chat. In the same or new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Open Twitch Channel",
  "description": "Enter username and open channel, player and chat. In the same or new tab.",
  "version": "1.2.0",
  "author": "yungsamd17",
  "homepage_url": "https://github.com/yungsamd17/Open-Twitch-Channel",
  "icons": {
    "16": "src/icons/icon16.png",
    "48": "src/icons/icon48.png",
    "128": "src/icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_title": "Open Twitch Channel",
    "default_popup": "popup.html"
  }
}