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": "Beesy: Record Google Meets", "version": "0.0.20", "description": "Record & Transcribe Google Meets locally to your computer", "short_name": "Beesy: Record Google Meets", "permissions": [ "downloads", "identity", "storage", "tabCapture", "tabs", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "beesy-content.js" ] } ], "icons": { "16": "assets\/images\/logo\/16.png", "24": "assets\/images\/logo\/24.png", "32": "assets\/images\/logo\/32.png", "48": "assets\/images\/logo\/48.png", "96": "assets\/images\/logo\/96.png", "128": "assets\/images\/logo\/128.png" }, "manifest_version": 3, "host_permissions": [ "https:\/\/meet.google.com\/*" ], "action": { "default_title": "Beesy: Record Google Meets", "default_popup": "assets\/html\/popup.html", "default_icon": "assets\/images\/logo\/128.png" }, "background": { "service_worker": "beesy-background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/**" ], "matches": [ "<all_urls>" ] } ], "sandbox": { "pages": [ "assets\/html\/ffmpeg.html" ] }, "content_security_policy": { "sandbox": "sandbox allow-scripts;" }, "commands": { "start-recording": { "suggested_key": { "default": "Alt+Shift+M", "mac": "MacCtrl+Shift+M" }, "description": "Start recording" }, "stop-recording": { "suggested_key": { "default": "Alt+Shift+X", "mac": "MacCtrl+Shift+X" }, "description": "Stop recording" } } }