Zoom Closer Firefox

Examine source code of Zoom Closer

Inspect and view changes in Zoom Closer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zoom Closer",
  "description": "This extension automatically closes the launched window from Zoom meetings.",
  "version": "1.6",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "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 Closer Alternatives

Here are some Firefox add-ons that are similar to Zoom Closer: