WebExtension.net
WebExtension.net

Google Meet Push-To-Talk

View on Chrome Web Store
View Google Meet Push-To-Talk Chrome Extension on Chrome Web Store
3.5 (144 ratings)

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
600,000 users
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
View on Chrome Web Store
View Google Meet Push-To-Talk Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

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>"
    ]
}
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