zoom auto close Firefox

Examine source code of zoom auto close

Inspect and view changes in zoom auto close source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "zoom auto close",
  "description": "This extension automatically closes tabs left by zoom meeting application.",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://zoom.us/postattendee",
        "https://*.zoom.us/postattendee*",
        "https://zoom.us/j/*",
        "https://*.zoom.us/j/*",
        "https://zoom.us/s/*",
        "https://*.zoom.us/s/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best zoom auto close Alternatives

Here are some Firefox add-ons that are similar to zoom auto close: