Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Auto Disable Mic\/Cam", "version": "3.1.3", "description": "Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "lib.js", "content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_start" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "action": { "default_popup": "popup.html" } }