Zoom Web UI Helper Firefox

Examine source code of Zoom Web UI Helper

Inspect and view changes in Zoom Web UI Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zoom Web UI Helper",
  "version": "1.0.0.2",
  "description": "Provides an easy way to bypass the zoom meeting launcher",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/videocam_black_48dp.svg",
    "theme_icons": [
      {
        "light": "icons/videocam_white_48dp.svg",
        "dark": "icons/videocam_black_48dp.svg",
        "size": 32
      }
    ],
    "default_title": "Zoom Web UI Helper",
    "default_popup": "popup/config.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.zoom.us/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "zoomwebforwarder@advtech.ca"
    }
  }
}

Best Zoom Web UI Helper Alternatives

Here are some Firefox add-ons that are similar to Zoom Web UI Helper: