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": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Corey Pollock & Keyfer Mathewson", "version": "6.0.14", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "unlimitedStorage" ], "content_scripts": [ { "css": [], "js": [ "auth.js" ], "matches": [ "https:\/\/app.meetenhancementsuite.com\/*", "http:\/\/localhost:3000\/*" ] }, { "matches": [ "*:\/\/meet.google.com\/*", "*:\/\/meetenhancementsuite.com\/" ], "js": [ "extension.js" ] }, { "matches": [ "*:\/\/meet.google.com\/*" ], "exclude_matches": [ "*:\/\/meet.google.com\/", "*:\/\/meet.google.com\/call*", "*:\/\/meet.google.com\/?*", "*:\/\/meet.google.com\/_*" ], "js": [ "inject.js" ], "all_frames": true } ], "background": { "service_worker": "service_worker.js" }, "host_permissions": [ "https:\/\/meet.google.com\/*" ], "manifest_version": 3, "action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "resources": [ "utilities.js" ] }, { "matches": [ "*:\/\/localhost\/*", "https:\/\/app.meetenhancementsuite.com\/*" ], "resources": [ "images\/icon16.png" ] } ] }