WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Meet Plus for Google Meet

Meet Plus for Google Meet

View on Chrome Web Store
View Meet Plus for Google Meet Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (305 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Breakout rooms,attendance,dark mode,chat,emojis,reward points,quiz,poll,file sharing,stickies,many more features for Google Meet
Type
Extension
Users
100,000 users
50K
Website meet-plus.com
Winfotech Inc
View author page of Winfotech Inc
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 21, 2020
Version 11.5.7
Manifest version
3
Updated
Updated on May 28, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Meet Plus 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": "__MSG_extName__",
    "version": "11.5.7",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoKghh\/W5BT9AJB9SPZKgqEDNOF3IHUMRyVhMDhx5QbCjLl81dkaOa++Cs3C06WgCyS0IRXxcLBcFhKXXeV7dN9zo4SCoqxpeqzqe5DsgmYu975anTNB0f\/5RF7S3a7KZ0pfa3CNZjk9T0Zk6YtFwGllIKnmKyvZmTqKaEWPENd2uYAdSeRZpS\/5tOEtTWi+fxoKWdvkcrXR4sgVDcBLM1BK+PkR1YeANmC5\/pPZTckovmrckMPUVyvmi0muEZuWDsshQexMwPb3JhA6bj0PZMQRA\/MxGVZh56FNmG+JBO2DkHYVYSjPdqb85P5DnivUz8ofBWL4WapmNjPB66q4JzwIDAQAB",
    "oauth2": {
        "client_id": "108660109298-vssfoiqnf5pf27mom96ulgtjak86q2s4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/meet.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.google.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "gtm.js",
                "tools.js",
                "jquery.js",
                "template.html",
                "style.css",
                "injected.css",
                "images\/*",
                "sounds\/*",
                "lottie\/*",
                "trustPolicy.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*"
            ]
        }
    ]
}
© 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