Remove Youtube Chat

Remove Youtube Chat

Remove the YouTube Chat item from the side of videos

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RemoveYoutubeChat",
  "version": "1.2",
  "author": "Niv",
  "description": "Remove the YouTube Chat item from the side of videos",
  "icons": {
    "48": "icons/yt-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "removeYTC.js"
      ]
    }
  ]
}