Google Meet Auto Disable Camera & Mute Audio
Defaults camera to off, and mute audio when joining a Google Meet meeting
O que é Google Meet Auto Disable Camera & Mute Audio?
Google Meet Auto Disable Camera & Mute Audio é uma extensão do Chrome desenvolvida por Shashi Prakash Gautam, e sua principal característica é "Defaults camera to off, and mute audio when joining a Google Meet meeting".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Meet Auto Disable Camera & Mute Audio
Baixe arquivos de extensão Google Meet Auto Disable Camera & Mute Audio 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
When joining Google Meet this extension can automatically disable the video and mute the audio.
Informações Básicas da Extensão
Nome | Google Meet Auto Disable Camera & Mute Audio |
ID | lcngkpkcihkbhjjnkpfecokdkbfbhaah |
URL Oficial | https://chromewebstore.google.com/detail/google-meet-auto-disable/lcngkpkcihkbhjjnkpfecokdkbfbhaah |
Descrição | Defaults camera to off, and mute audio when joining a Google Meet meeting |
Tamanho do Arquivo | 14 KB |
Contagem de Instalações | 114 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-09-24 |
Data de Publicação | 2020-09-22 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Shashi Prakash Gautam |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://shweshi.github.io/Google-Meet-Auto-Disable-Camera-And-Mute-Audio/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Auto Disable Camera & Mute Audio", "version": "1.0.0", "description": "Defaults camera to off, and mute audio when joining a Google Meet meeting", "manifest_version": 2, "content_scripts": [ { "js": [ "action.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_start" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |