Prime Watch Party Firefox

Examine source code of Prime Watch Party

Inspect and view changes in Prime Watch Party source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.0",
  "default_locale": "en",
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "__MSG_name__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "web_accessible_resources": [
    "img/*.svg",
    "web/*",
    "contentScript.js",
    "join-room.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.joinparty.live/*"
      ],
      "js": [
        "join-room.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.joinparty.live/*"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ccacc8a6-0bc4-4ffe-92a4-01b4733b5047}"
    }
  }
}

Best Prime Watch Party Alternatives

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