Meet Auto Admit

Meet Auto Admit

Only Google Meet Auto Admit extension that also works on admit all button. Automatically admit users who are joining your meeting.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Meet Auto Admit",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "icons": {
    "16": "16x16.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "64": "64x64.png",
    "128": "128x128.png"
  }
}