Disable Automatic Gain Control

Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.

O que é Disable Automatic Gain Control?

Disable Automatic Gain Control é uma extensão do Chrome desenvolvida por Joey Watts, e sua principal característica é "Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Disable Automatic Gain Control

Baixe arquivos de extensão Disable Automatic Gain Control 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

                        This chrome extension disables the automatic gain control enabled on your microphone by web applications like Google Meet. Use this extension if you have a sensitive microphone that doesn't play nice with the browser's automatic gain control.                    

Informações Básicas da Extensão

Nome Disable Automatic Gain Control Disable Automatic Gain Control
ID clpapnmmlmecieknddelobgikompchkk
URL Oficial https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk
Descrição Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.
Tamanho do Arquivo 109 KB
Contagem de Instalações 56,727
Versão Atual 1.2
Última Atualização 2021-01-10
Data de Publicação 2020-11-01
Classificação 4.77/5 Total de 188 Avaliações
Desenvolvedor Joey Watts
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/joeywatts/gmeet-disable-autogain-control-extension
URL da Página de Ajuda https://github.com/joeywatts/gmeet-disable-autogain-control-extension/issues/new
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Automatic Gain Control",
    "version": "1.2",
    "description": "Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "disableAutogain.js"
    ],
    "browser_action": [],
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}