WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Google Meet Push-To-Talk

Google Meet Push-To-Talk

View on Chrome Web Store
View Google Meet Push-To-Talk Chrome Extension on Chrome Web Store
Add to bookmarks
3.5 (144 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.

Hold <space> in Google Meet to talk instead of fumbling around trying to mute and unmute
Type
Extension
Users
100,000 users
100K
pirohki
View author page of pirohki
Published
Published on April 7, 2020
Version 15.0.3
Manifest version
3
Updated
Updated on March 4, 2024
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Google Meet Push-To-Talk 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",
    "version": "15.0.3",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "name": "Google Meet Push-To-Talk",
    "description": "Hold <space> in Google Meet to talk instead of fumbling around trying to mute and unmute",
    "icons": {
        "16": "icons\/monkey16.png",
        "48": "icons\/monkey48.png",
        "128": "icons\/monkey128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/recimage.png",
                "images\/record.png",
                "images\/howto.jpg"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ],
            "js": [
                "ptt.bundle.js"
            ],
            "css": [
                ".\/ptt.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "commands": {
        "toggle-meeting-mute": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "MacCtrl+Space"
            },
            "description": "Globally TOGGLE mute in Google Meet"
        }
    },
    "action": {
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "declarativeContent",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
© 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