Kazoom Firefox

Examine source code of Kazoom

Inspect and view changes in Kazoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Kazoom",
  "description": "Automatically close your Zoom tabs after successfully triggering the app",
  "version": "0.0.5",
  "author": "António Ramadas",
  "homepage_url": "https://github.com/antonio-ramadas",
  "icons": {
    "48": "icons/kazoom@1x.png",
    "72": "icons/kazoom@1,5x.png",
    "96": "icons/kazoom@2x.png",
    "128": "icons/kazoom-128px.png",
    "144": "icons/kazoom@3x.png"
  },
  "background": {
    "scripts": [
      "background_script.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.zoom.us/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_script.css"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ]
}

Mejores alternativas Kazoom

Aquí hay algunas Firefox add-ons que son similares a Kazoom: