Disable Automatic Gain Control
Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.
Wat is Disable Automatic Gain Control?
Disable Automatic Gain Control is een Chrome-extensie ontwikkeld door Joey Watts, en de belangrijkste functie is "Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.".
Extensie Screenshots
Download het CRX-bestand van de extensie Disable Automatic Gain Control
Download Disable Automatic Gain Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Disable Automatic Gain Control |
ID | clpapnmmlmecieknddelobgikompchkk |
Officiële URL | https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk |
Beschrijving | Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts. |
Bestandsgrootte | 109 KB |
Aantal Installaties | 56,727 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-01-10 |
Publicatiedatum | 2020-11-01 |
Beoordeling | 4.77/5 Totaal 188 Beoordelingen |
Ontwikkelaar | Joey Watts |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/joeywatts/gmeet-disable-autogain-control-extension |
Help Pagina-URL | https://github.com/joeywatts/gmeet-disable-autogain-control-extension/issues/new |
Ondersteunde Talen | 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:\/\/*\/" ] } |