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", "manifest_version": 3, "name": "Record, Transcribe & ChatGPT for Google Meet", "description": "Automatically record & transcribe Google Meet for FREE. 500k+ users", "version": "2.28.276", "short_name": "tl;dv", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlkFjXjhDDdF0R7hADtKGAhpHcFHyAwy\/1J98Fkr9xlZEdmSCWfKyQ5PxbEb7vzQQkKoPgaWwb8p0aZZjFzy4fJOj+0bW0+UefYx4xDDPESgnj7qeTXu7gcQq0NekDhn72RlYGzW3nnf460fMCfa\/96cuCGvo965PRAZs+Hgvq+ZZlx1ibADTVNc5lMx4SjRFBjTl1i\/4nPz+Zay+lT+5Trzx74Oi0rwMQb8PxA7+VsEbE4U87u3xYirg0St+G9gfy7NU00aFnnR7pHAjGxz2RC61RkQecWC9hT\/UhJU8iMbMeiyL0WaXHtfOfsk8LAjN7HmljdbzzCqnHyaCbmpZFQIDAQAB", "permissions": [ "tabs", "storage", "alarms" ], "action": { "default_icon": "icon-16.png", "default_title": "Automatically record & transcribe Google Meet for FREE. 500k+ users" }, "optional_permissions": [ "clipboardWrite" ], "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "*:\/\/tldv.io\/*", "*:\/\/tldv.tech\/*" ] }, "commands": { "pin-highlight": { "suggested_key": { "default": "Ctrl+Period" }, "description": "Create a highlight during a meeting" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/calendar.google.com\/*" ], "run_at": "document_end", "js": [ "content-scripts\/google-calendar.js" ] }, { "matches": [ "*:\/\/meet.google.com\/*" ], "run_at": "document_end", "js": [ "content-scripts\/google-meet.js" ] }, { "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/*.tldv.io\/app\/embed\/*", "*:\/\/*.tldv.tech\/app\/embed\/*", "*:\/\/*.zoom.us\/*", "*:\/\/calendar.google.com\/*", "*:\/\/meet.google.com\/*" ], "run_at": "document_end", "js": [ "content-scripts\/multi-tabs.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/google-meet.css" ], "matches": [ "*:\/\/meet.google.com\/*" ] }, { "resources": [ "content-scripts\/multi-tabs.css" ], "matches": [ "<all_urls>" ] } ] }