WebExtension.net
Toggle dark mode
WebExtension.net

Special Effects for Google Meet

View on Chrome Web Store
View Special Effects for Google Meet Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (2,062 ratings)
1 new ratings
24 views
This extension has been viewed 24 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.3.7
Manifest version
3
Updated
Updated on February 18, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View Special Effects for Google Meet 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": "Special Effects for Google Meet",
    "description": "Virtual Green Screens, Blur, Pixelate, 3D Filters and More!",
    "version": "3.3.7",
    "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\/*",
                "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\/**-**-**",
        "<all_urls>",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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