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, "minimum_chrome_version": "116", "name": "EzDubs - Google Meet Video Call Translator", "version": "1.1.1", "description": "Translate your meetings with real-time voice translation", "permissions": [ "storage", "identity" ], "host_permissions": [ "https:\/\/meet.ezdubs.ai\/*" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "exclude_matches": [ "https:\/\/meet.google.com\/landing*", "https:\/\/meet.google.com\/home*", "https:\/\/meet.google.com\/$" ], "js": [ "cs.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "cfg.js", "styles\/s.css", "assets\/arrow-right.png", "assets\/plus.svg", "js\/cbody.js", "js\/urls.js", "js\/ma.js", "js\/ui.js", "js\/audio\/aw.js", "js\/audio\/ap.js", "js\/audio\/tr.js", "js\/audio\/wasm\/ezdubs_web.js", "js\/audio\/wasm\/ezdubs_web.wasm", "js\/audio\/wasm\/wl.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "background": { "service_worker": "bg.js", "type": "module" }, "action": { "default_title": "EzDubs Translator", "default_popup": "p.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }