Google Meet Hand Raise Tracker Firefox

Examine source code of Google Meet Hand Raise Tracker

By: Rex Add-on
Inspect and view changes in Google Meet Hand Raise Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Meet Hand Raise Tracker",
  "version": "1.0",
  "description": "Capture who raised and did not raise their hands in Google Meet at any given time.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "google-meet-hand-tracker@rs-dot369",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Google Meet Hand Raise Tracker Alternatives

Here are some Firefox add-ons that are similar to Google Meet Hand Raise Tracker: