Zoom Auto Join From Browser Firefox

Examine source code of Zoom Auto Join From Browser

Inspect and view changes in Zoom Auto Join From Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zoom Auto Join From Browser",
  "version": "1.0",
  "description": "Automatically selects 'join this meeting in the browser' for Zoom meetings",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://*.zoom.us/*"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Zoom Auto Join From Browser",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.zoom.us/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e0ccd8d8-c853-4ee8-8133-423b5a0d0981}"
    }
  }
}

Best Zoom Auto Join From Browser Alternatives

Here are some Firefox add-ons that are similar to Zoom Auto Join From Browser: