Visual Effects for Google Meet
Virtual Green Screens, Blur, Pixelate, 3D Filters and More!
Co to jest Visual Effects for Google Meet?
Visual Effects for Google Meet to rozszerzenie Chrome opracowane przez roomshilop, a jego główną funkcją jest „Virtual Green Screens, Blur, Pixelate, 3D Filters and More!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Visual Effects for Google Meet
Pobierz pliki rozszerzeń Visual Effects for Google Meet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Visual Effects for Google Meet |
ID | hodiladlefdpcbemnbbcpclbmknkiaem |
Oficjalny URL | https://chromewebstore.google.com/detail/visual-effects-for-google/hodiladlefdpcbemnbbcpclbmknkiaem |
Opis | Virtual Green Screens, Blur, Pixelate, 3D Filters and More! |
Rozmiar pliku | 597 KB |
Liczba instalacji | 1,390,121 |
Aktualna Wersja | 3.2.5 |
Ostatnia Aktualizacja | 2024-01-23 |
Data Publikacji | 2020-06-09 |
Ocena | 3.35/5 Łącznie 2095 Oceny |
Deweloper | roomshilop |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://pastebin.com/w4s7PFqD |
Obsługiwane Języki | 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\/**-**-**", " |