WebExtension.net
WebExtension.net

Google Meet Breakout by Robert Hudek

View on Chrome Web Store
View Google Meet Breakout by Robert Hudek Chrome Extension on Chrome Web Store
4.3 (136 ratings)

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
400,000 users
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.5
Manifest version
3
Updated
Updated on October 7, 2024
View on Chrome Web Store
View Google Meet Breakout by Robert Hudek Chrome Extension on Chrome Web Store
productivity/education
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "20.5",
    "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\/*"
    ]
}
WebExtension.net

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

© 2024 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