This Chrome extension allows you to toggle your microphone mute/unmute status in Google Meet using a global keyboard shortcut.
- Toggle Google Meet microphone mute/unmute with a global keyboard shortcut.
- Customizable shortcut key by the user.
- Clone or download this repository.
git clone https://github.com/simeji/google-meet-mute-toggle-extension.git
- Open your Chrome browser and type
chrome://extensions
in the address bar, then press Enter. - Turn on "Developer mode" in the top right corner.
- Click the "Load unpacked" button.
- Select the directory of the cloned or downloaded repository (
google-meet-mute-toggle-extension
).
- On the
chrome://extensions
page, click the menu icon (three horizontal lines) in the top left and select "Keyboard shortcuts". - Find the "Google Meet Mute Toggle" entry.
- Click the pencil icon next to the "Toggle mute in Google Meet" shortcut and set your preferred shortcut key.
- By setting the shortcut scope to "Global", it will function even when Chrome is not the active window.
During a Google Meet call, press the configured shortcut key to toggle your microphone mute/unmute status.
- JavaScript
- Chrome Extensions API (Manifest V3)