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, "name": "Google Meet \u5b57\u5e55\u8a18\u9304\u5668", "version": "1.0.1", "description": "\u8a18\u9304 Google Meet \u6703\u8b70\u7684\u5b57\u5e55", "permissions": [ "storage", "sidePanel" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "\u5b57\u5e55\u8a18\u9304" }, "side_panel": { "default_path": "side_panel.html" } }