Visual Effects for Google Meet
Virtual Green Screens, Blur, Pixelate, 3D Filters and More!
什么是Visual Effects for Google Meet?
Visual Effects for Google Meet是由roomshilop开发的Chrome扩展程序,该扩展的主要功能是“Virtual Green Screens, Blur, Pixelate, 3D Filters and More!”。
扩展截图
下载Visual Effects for Google Meet扩展crx文件
下载Visual Effects for Google Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to apply effects like Blur, Pixelate and Inverse to your camera live during Google Meets. And you can use the Virtual Green Screen feature to hide that messy background and add custom virtual backgrounds! Features / Effects: AR Halo | AR Sunglasses | Random Donation | Rainbow | Soft Blur | Insane | 3D Movie | Virtual Green Screen | Blur Background | Flip | Bubbles | Cube | Screen Text | Freeze | Contrast | Inverse | Pixelate | Blur | Green Screen PRIVACY POLICY: This extension will never save or collect any personally identifiable data.
扩展基本信息
名称 | Visual Effects for Google Meet |
ID | hodiladlefdpcbemnbbcpclbmknkiaem |
官方URL | https://chromewebstore.google.com/detail/visual-effects-for-google/hodiladlefdpcbemnbbcpclbmknkiaem |
简介 | Virtual Green Screens, Blur, Pixelate, 3D Filters and More! |
文件大小 | 597 KB |
安装次数 | 1,390,121 |
当前版本 | 3.2.5 |
更新时间 | 2024-01-23 |
上架时间 | 2020-06-09 |
评分 | 3.35/5 共2095次评分 |
开发者 | roomshilop |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://pastebin.com/w4s7PFqD |
支持的语言 | en |
manifest.json | |
{ "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.5", "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\/*" ], "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\/**-**-**", " |