Open Watch Party Firefox

Examine source code of Open Watch Party

Inspect and view changes in Open Watch Party source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Open Watch Party",
  "description": "Free, open source, lightweight watch parties with realtime playback sync.",
  "version": "2.3.0",
  "icons": {
    "16": "/16.png",
    "24": "/24.png",
    "32": "/32.png",
    "48": "/48.png",
    "64": "/64.png",
    "128": "/128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "*://*.netflix.com/*",
    "*://*.youtube.com/*",
    "*://youtu.be/*",
    "*://*.youtube-nocookie.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "open-watch-party@ruszabarov.com",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; connect-src 'self' http://localhost:1999 ws://localhost:1999 http://127.0.0.1:1999 ws://127.0.0.1:1999 http://localhost:3000 ws://localhost:3000 https://* wss://*",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Open Watch Party",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/netflix-player.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "content-scripts/netflix.js"
      ]
    },
    {
      "matches": [
        "*://*.youtube-nocookie.com/*",
        "*://*.youtube.com/*",
        "*://youtu.be/*"
      ],
      "js": [
        "content-scripts/youtube.js"
      ]
    }
  ]
}

Best Open Watch Party Alternatives

Here are some Firefox add-ons that are similar to Open Watch Party: