yt-chat-ext Chrome

Examine source code of yt-chat-ext

Inspect and view changes in yt-chat-ext source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "yt-chat-ext",
  "version": "1.1",
  "description": "A Chrome extension to open YouTube live chat in an external window.",
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab"
  ],
  "action": {},
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content_scripts/watch.js"
      ]
    },
    {
      "matches": [
        "https://www.youtube.com/live_chat?*"
      ],
      "js": [
        "content_scripts/live_chat.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}

Best yt-chat-ext Alternatives

Here are some Chrome extensions that are similar to yt-chat-ext: