ZoomCongnito Firefox

Examine source code of ZoomCongnito

Inspect and view changes in ZoomCongnito source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ZoomCongnito",
  "version": "22.1.23",
  "description": "Browser extension to manage zoom meetings with the webclient",
  "homepage_url": "https://github.com/s-weigand/zoomcognito",
  "manifest_version": 2,
  "minimum_chrome_version": "74",
  "icons": {
    "128": "icons/icon-128x128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*.zoom.us/*"
  ],
  "options_ui": {
    "chrome_style": true,
    "page": "options/options.html"
  },
  "background": {
    "scripts": [
      "background/background.js",
      "context_menue/context_menue_entry.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content_scripts/auto_fill.js"
      ],
      "matches": [
        "*://*.zoom.us/wc/*"
      ]
    },
    {
      "js": [
        "content_scripts/modals.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "**/*.svg",
    "**/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4c41a03e-022f-4334-b0ab-46632140b494}",
      "strict_min_version": "67.0"
    }
  }
}

Best ZoomCongnito Alternatives

Here are some Firefox add-ons that are similar to ZoomCongnito: