Teleparty Firefox

Examine source code of Teleparty

Inspect and view changes in Teleparty source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_name__",
  "version": "1.0.2",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "./img/16.png",
    "32": "./img/32.png",
    "48": "./img/48.png",
    "128": "./img/128.png"
  },
  "action": {
    "default_icon": "./img/128.png",
    "default_title": "__MSG_name__",
    "default_popup": "popup/index.html"
  },
  "background": {
    "page": "bg.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content/index.js",
        "content/contentScript.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.telepartys.com/*"
      ],
      "js": [
        "teleparty.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/index.js",
        "content/videoController.js",
        "content/contentScript.js",
        "chat/index.html"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    },
    {
      "resources": [
        "teleparty.js"
      ],
      "matches": [
        "https://www.telepartys.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d2a9c975-7b89-4227-8baf-72dbaa9bffe2}",
      "strict_min_version": "42.0"
    }
  }
}

Best Teleparty Alternatives

Here are some Firefox add-ons that are similar to Teleparty: