Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "SK", "name": "Super Zoom + Tab Finder", "version": "4.0", "description": "Super Zoom + Tab Finder allows to zoom in-out the content shared by others in Google Meet and finds your browser tabs", "permissions": [ "tabs" ], "icons": { "16": "128128.png", "32": "128128.png", "48": "128128.png", "128": "128128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "script.js" ] } ] }