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": "Visual Effects for Google Meet", "description": "Virtual Green Screens, Blur, Pixelate, 3D Filters and More!", "version": "3.2.9", "content_scripts": [ { "all_frames": true, "js": [ "content\/injectScripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "dependencies\/*", "content.js", "main.css", "img\/*", "assets\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": ".\/background.js", "type": "module" }, "action": { "default_title": "Visual Effects", "default_popup": "popup\/popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/meet.google.com\/**-**-**", "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" } }