Visual Effects for Google Meet

Virtual Green Screens, Blur, Pixelate, 3D Filters and More!

Co je Visual Effects for Google Meet?

Visual Effects for Google Meet je rozšíření Chrome vyvinuté roomshilop, a jeho hlavní funkcí je „Virtual Green Screens, Blur, Pixelate, 3D Filters and More!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Visual Effects for Google Meet

Stáhněte si soubory rozšíření Visual Effects for Google Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Visual Effects for Google Meet Visual Effects for Google Meet
ID hodiladlefdpcbemnbbcpclbmknkiaem
Oficiální URL https://chromewebstore.google.com/detail/visual-effects-for-google/hodiladlefdpcbemnbbcpclbmknkiaem
Popis Virtual Green Screens, Blur, Pixelate, 3D Filters and More!
Velikost souboru 597 KB
Počet instalací 1,390,121
Aktuální Verze 3.2.5
Poslední Aktualizace 2024-01-23
Datum Vydání 2020-06-09
Hodnocení 3.35/5 Celkem 2095 Hodnocení
Vývojář roomshilop
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://pastebin.com/w4s7PFqD
Podporované Jazyky 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\/**-**-**",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}