Visual Effects for Google Meet
Virtual Green Screens, Blur, Pixelate, 3D Filters and More!
Wat is Visual Effects for Google Meet?
Visual Effects for Google Meet is een Chrome-extensie ontwikkeld door roomshilop, en de belangrijkste functie is "Virtual Green Screens, Blur, Pixelate, 3D Filters and More!".
Extensie Screenshots
Download het CRX-bestand van de extensie Visual Effects for Google Meet
Download Visual Effects for Google Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Visual Effects for Google Meet |
ID | hodiladlefdpcbemnbbcpclbmknkiaem |
Officiële URL | https://chromewebstore.google.com/detail/visual-effects-for-google/hodiladlefdpcbemnbbcpclbmknkiaem |
Beschrijving | Virtual Green Screens, Blur, Pixelate, 3D Filters and More! |
Bestandsgrootte | 597 KB |
Aantal Installaties | 1,390,121 |
Huidige Versie | 3.2.5 |
Laatst Bijgewerkt | 2024-01-23 |
Publicatiedatum | 2020-06-09 |
Beoordeling | 3.35/5 Totaal 2095 Beoordelingen |
Ontwikkelaar | roomshilop |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://pastebin.com/w4s7PFqD |
Ondersteunde Talen | 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\/**-**-**", " |