WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Meet Breakout by Robert Hudek

Google Meet Breakout by Robert Hudek

View on Chrome Web Store
View Google Meet Breakout by Robert Hudek Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (133 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.

Only the teacher needs to install. Completely Free and your Data is Private. Google Classroom integration, Slider Control.
Type
Extension
Users
200,000 users
100K
https://hudektech.com
View author page of https://hudektech.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 10, 2020
Version 20.7
Manifest version
3
Updated
Updated on January 31, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Google Meet Breakout by Robert Hudek 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__",
    "short_name": "__MSG_extName__",
    "version": "20.7",
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "action": {
        "default_title": "Breakout Rooms"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "css\/myContentCss.css",
                "css\/fontawesome.min.css"
            ],
            "js": [
                "js\/utilCore.js",
                "js\/utilHelper.js",
                "js\/utilDb.js",
                "content\/contentHandler.js",
                "content\/contentEvents.js"
            ]
        }
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "backgroundOpen.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.*",
                "js\/sortable.js",
                "js\/utilCore.js",
                "js\/utilHelper.js",
                "js\/utilToolTip.js",
                "js\/utilDb.js",
                "js\/utilSlider.js",
                "js\/utilBreakout.js",
                "js\/utilMeetTab.js",
                "content\/contentHandler.js",
                "content\/contentEvents.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/g.co\/meet\/*",
        "https:\/\/*.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