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", "author": "Walter Radduso", "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "default_title": "Call Timer for Meet" }, "content_scripts": [ { "js": [ "lib\/styles.js", "lib\/translate.js", "lib\/buttons.js", "lib\/draggable.js", "content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "description": "This extension adds a timer to your Meet calls.", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "host_permissions": [ "https:\/\/meet.google.com\/*" ], "manifest_version": 3, "name": "Call Timer for Meet", "version": "3.0.2" }