WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Meet Enhancement Suite

Google Meet Enhancement Suite

View on Chrome Web Store
View Google Meet Enhancement Suite Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (261 ratings)
1 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

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

40 new features for Google Meet such as mute all, remove all, auto admit, emojis, mirror videos, background color, and push to talk!
Type
Extension
Users
100,000 users
AdminRemix LLC
View author page of AdminRemix LLC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 5, 2020
Version 6.0.14
Manifest version
3
Updated
Updated on June 27, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Google Meet Enhancement Suite 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",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "author": "Corey Pollock & Keyfer Mathewson",
    "version": "6.0.14",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "css": [],
            "js": [
                "auth.js"
            ],
            "matches": [
                "https:\/\/app.meetenhancementsuite.com\/*",
                "http:\/\/localhost:3000\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/meetenhancementsuite.com\/"
            ],
            "js": [
                "extension.js"
            ]
        },
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/meet.google.com\/",
                "*:\/\/meet.google.com\/call*",
                "*:\/\/meet.google.com\/?*",
                "*:\/\/meet.google.com\/_*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "resources": [
                "utilities.js"
            ]
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/app.meetenhancementsuite.com\/*"
            ],
            "resources": [
                "images\/icon16.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