BetterW2G

BetterW2G

Because Watch2Gether really needs an updated UI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "BetterW2G",
  "description": "Because Watch2Gether really needs an updated UI.",
  "version": "1.11",
  "icons": {
    "526": "icon.png"
  },
  "host_permissions": [
    "*://w2g.tv/*"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://w2g.tv/*"
      ],
      "css": [
        "w2g.css"
      ],
      "run_at": "document_start"
    }
  ]
}