Disable Automatic Gain Control

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

Hvad er Disable Automatic Gain Control?

Disable Automatic Gain Control er en Chrome-udvidelse udviklet af Joey Watts, og dens hovedfunktion er "Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.".

Udvidelsesskærmbilleder

screenshot

Download Disable Automatic Gain Control-udvidelses-CRX-fil

Download Disable Automatic Gain Control-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Disable Automatic Gain Control Disable Automatic Gain Control
ID clpapnmmlmecieknddelobgikompchkk
Officiel URL https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk
Beskrivelse Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.
Filstørrelse 109 KB
Antal Installationer 56,727
Nuværende Version 1.2
Senest Opdateret 2021-01-10
Udgivelsesdato 2020-11-01
Bedømmelse 4.77/5 Samlet 188 Bedømmelser
Udvikler Joey Watts
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/joeywatts/gmeet-disable-autogain-control-extension
Hjælpeside-URL https://github.com/joeywatts/gmeet-disable-autogain-control-extension/issues/new
Understøttede Sprog 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:\/\/*\/"
    ]
}