Unmute Google Meet on Key Press

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

O que é Unmute Google Meet on Key Press?

Unmute Google Meet on Key Press é uma extensão do Chrome desenvolvida por vdevacc, e sua principal característica é "Unmute Google Meet on pressing spacebar and mute it again when you release it".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Unmute Google Meet on Key Press

Baixe arquivos de extensão Unmute Google Meet on Key Press no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Unmute Google Meet on Key Press Unmute Google Meet on Key Press
ID mmooelabpllbfelfkbeccahfimjggglh
URL Oficial https://chromewebstore.google.com/detail/unmute-google-meet-on-key/mmooelabpllbfelfkbeccahfimjggglh
Descrição Unmute Google Meet on pressing spacebar and mute it again when you release it
Tamanho do Arquivo 27.16 KB
Contagem de Instalações 28
Versão Atual 1.0
Última Atualização 2021-01-10
Data de Publicação 2021-01-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor vdevacc
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}