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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Virtual Green Screens, Blur, Pixelate, 3D Filters and More!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Visual Effects for Google Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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\/**-**-**",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}