ChaTube

ChaTube

Enhance YouTube's interactive experience with live chat, real-time interactions, and deeper viewer engagement.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ChaTube",
  "version": "1.1",
  "description": "Enhance YouTube's interactive experience with live chat, real-time interactions, and deeper viewer engagement.",
  "author": "AC",
  "action": {
    "default_popup": "index.html",
    "default_title": "My Chat",
    "default_icon": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}