Netflix Party Firefox

Examine source code of Netflix Party

Inspect and view changes in Netflix Party source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Netflix Party",
  "version": "1.0",
  "description": "Watch Netflix together with friends, synchronized.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.netflix.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a84e5f5c-f1b2-47a8-8a05-b60be13a489a}"
    }
  }
}

Best Netflix Party Alternatives

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