Mute All on Meet
Mute all users on Google Meet.
O que é Mute All on Meet?
Mute All on Meet é uma extensão do Chrome desenvolvida por https://www.zoomcorder.com, e sua principal característica é "Mute all users on Google Meet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mute All on Meet
Baixe arquivos de extensão Mute All on Meet 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
Mute all user on Google Meet with just one click! Now *updated* to work with the latest version of Google Meet. Click the icon to mute ALL users or click CTRL+M to mute all. Easy, fast, safe, and light! Install now to stop the chaos in your meeting. This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. Works with Google Meet, Zoom, GoToMeeting, Microsoft Teams and more. Save time by recording meetings and watch them on your own schedule. You can even speed up playback and skip to the most important parts to save even more time with Zoomcorder.com.
Informações Básicas da Extensão
Nome | Mute All on Meet |
ID | adjoknoacleghaejlggocbakidkoifle |
URL Oficial | https://chromewebstore.google.com/detail/mute-all-on-meet/adjoknoacleghaejlggocbakidkoifle |
Descrição | Mute all users on Google Meet. |
Tamanho do Arquivo | 213 KB |
Contagem de Instalações | 80,000 |
Versão Atual | 7.0 |
Última Atualização | 2023-04-20 |
Data de Publicação | 2020-06-08 |
Classificação | 2.23/5 Total de 64 Avaliações |
Desenvolvedor | https://www.zoomcorder.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://Zoomcorder.com |
URL da Página de Ajuda | https://Zoomcorder.com/support |
URL da Página de Política de Privacidade | https://zoomcorder.com/extension/privacy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mute All on Meet", "version": "7.0", "description": "Mute all users on Google Meet.", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/zoom.us\/*", "https:\/\/*.zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/images\/record.png", "\/images\/recimage.png", "\/images\/howto.jpg" ], "matches": [ "https:\/\/*.zoom.us\/*", "https:\/\/*.zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ] } ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "script.js" ], "matches": [ "https:\/\/*.zoom.us\/*", "https:\/\/zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |