Meet Add-On Firefox

Examine source code of Meet Add-On

Inspect and view changes in Meet Add-On source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "1.2.5",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "nativeMessaging"
  ],
  "icons": {
    "48": "icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.moxtra.com/*",
        "*://*.go.design/*",
        "*://*.moxo.com/*",
        "*://*.grouphour.com/*",
        "*://*.grouphour.cn/*"
      ],
      "js": [
        "content-script.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "applications": {
    "gecko": {
      "id": "firefox_addon_dev@moxtra.com",
      "strict_min_version": "50.0"
    }
  }
}

Best Meet Add-On Alternatives

Here are some Firefox add-ons that are similar to Meet Add-On: