NewMeet Firefox

Examine source code of NewMeet

By: Newtron
Inspect and view changes in NewMeet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NewMeet",
  "version": "2.27",
  "description": "Just install and monitor your GoogleMeet participants.",
  "icons": {
    "48": "meetLogo.png"
  },
  "permissions": [
    "downloads",
    "downloads.open"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://meet.google.com/*"
      ],
      "js": [
        "studentScraper.js"
      ]
    }
  ]
}

Best NewMeet Alternatives

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