Wider2Gether

Wider2Gether

Removes the chat in order to increase the size of the video player

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wider2Gether",
  "description": "Removes the chat in order to increase the size of the video player",
  "version": "1.3",
  "icons": {
    "128": "Wider2Gether.png"
  },
  "browser_action": {
    "default_icon": "Wider2Gether.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.watch2gether.com/rooms/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}