WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Meet Enhanced Experience

Google Meet Enhanced Experience

View on Chrome Web Store
View Google Meet Enhanced Experience Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (2,064 ratings)
1 new ratings
30 views
This extension has been viewed 30 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Virtual Green Screens, Blur, Pixelate, 3D Filters and More!
Type
Extension
Users
1,000,000 users
100K
roomshilop
View author page of roomshilop
Published
Published on April 6, 2020
Version 3.8.1
Manifest version
3
Updated
Updated on April 9, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View Google Meet Enhanced Experience Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Meet Enhanced Experience",
    "description": "Virtual Green Screens, Blur, Pixelate, 3D Filters and More!",
    "version": "3.8.1",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/injectScripts.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dependencies\/*",
                "content.js",
                "main.css",
                "img\/*",
                "assets\/*"
            ],
            "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\/*"
    ],
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top