YouTube™ Chat Remover

YouTube™ Chat Remover

Removes YouTube's live chat box

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTube™ Chat Remover",
  "manifest_version": 3,
  "version": "1.4.2",
  "description": "Removes YouTube's live chat box",
  "icons": {
    "128": "onIcon.png"
  },
  "background": {
    "service_worker": "bg.js"
  },
  "action": {
    "default_icon": "onIcon.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://www.youtube.com/"
  ]
}