Disable Automatic Gain Control
Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.
Qu'est-ce que Disable Automatic Gain Control ?
Disable Automatic Gain Control est une extension Chrome développée par Joey Watts, et sa fonction principale est "Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Automatic Gain Control
Téléchargez les fichiers d'extension Disable Automatic Gain Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Disable Automatic Gain Control |
ID | clpapnmmlmecieknddelobgikompchkk |
URL Officiel | https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk |
Description | Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts. |
Taille du Fichier | 109 KB |
Nombre d'Installations | 56,727 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2021-01-10 |
Date de Publication | 2020-11-01 |
Évaluation | 4.77/5 Total 188 Évaluations |
Développeur | Joey Watts |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/joeywatts/gmeet-disable-autogain-control-extension |
URL de la Page d'Aide | https://github.com/joeywatts/gmeet-disable-autogain-control-extension/issues/new |
Langues Prises en Charge | 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:\/\/*\/" ] } |