Disable Automatic Gain Control
Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.
Co je Disable Automatic Gain Control?
Disable Automatic Gain Control je rozšíření Chrome vyvinuté Joey Watts, a jeho hlavní funkcí je „Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Disable Automatic Gain Control
Stáhněte si soubory rozšíření Disable Automatic Gain Control ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Disable Automatic Gain Control |
ID | clpapnmmlmecieknddelobgikompchkk |
Oficiální URL | https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk |
Popis | Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts. |
Velikost souboru | 109 KB |
Počet instalací | 56,727 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2021-01-10 |
Datum Vydání | 2020-11-01 |
Hodnocení | 4.77/5 Celkem 188 Hodnocení |
Vývojář | Joey Watts |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/joeywatts/gmeet-disable-autogain-control-extension |
URL Stránky Nápovědy | https://github.com/joeywatts/gmeet-disable-autogain-control-extension/issues/new |
Podporované Jazyky | 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:\/\/*\/" ] } |