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": "Zoom in-out Magnifier for Google Meet", "description": "Zoom in and out of shared screens and cameras on Google Meet", "version": "1.3.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "styles.css" ], "js": [ "script.js" ] } ], "icons": { "16": "magnifier16.png", "32": "magnifier32.png", "128": "magnifier128.png" } }