Auto Admit for Google Meet™

Auto Admit for Google Meet™

Automatically admit 'Someone wants to join this meeting' pop-up on Google Meet™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_AppName__",
  "manifest_version": 3,
  "default_locale": "en",
  "version": "1.1.1",
  "description": "__MSG_AppDesc__",
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ]
}