Unmute Google Meet on Key Press

Unmute Google Meet on pressing spacebar and mute it again when you release it

Wat is Unmute Google Meet on Key Press?

Unmute Google Meet on Key Press is een Chrome-extensie ontwikkeld door vdevacc, en de belangrijkste functie is "Unmute Google Meet on pressing spacebar and mute it again when you release it".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Unmute Google Meet on Key Press

Download Unmute Google Meet on Key Press-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Isn't it too much work to unmute and mute your mic in a meeting just to say "Yes" or "Good Morning" or something small like that?!

This extension is just for that.. 
It unmutes the mic on spacebar key press and mutes it again when you release the key. Isn't it very convenient?

**This extension assumes that you keep your Google Meet on mute. Otherwise it will do the opposite. It will mute on spacebar key press and unmute it again key release.                    

Basisinformatie over de Extensie

Naam Unmute Google Meet on Key Press Unmute Google Meet on Key Press
ID mmooelabpllbfelfkbeccahfimjggglh
Officiële URL https://chromewebstore.google.com/detail/unmute-google-meet-on-key/mmooelabpllbfelfkbeccahfimjggglh
Beschrijving Unmute Google Meet on pressing spacebar and mute it again when you release it
Bestandsgrootte 27.16 KB
Aantal Installaties 28
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-10
Publicatiedatum 2021-01-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar vdevacc
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unmute Google Meet on Key Press",
    "version": "1.0",
    "description": "Unmute Google Meet on pressing spacebar and mute it again when you release it",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "muteUnmuteGoogleMeet"
    }
}