Disable Automatic Gain Control
Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.
Vad är Disable Automatic Gain Control?
Disable Automatic Gain Control är en Chrome-tillägg utvecklad av Joey Watts, och dess huvudfunktion är "Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.".
Tilläggsskärmbilder
Ladda ner Disable Automatic Gain Control-förlängningens CRX-fil
Ladda ner Disable Automatic Gain Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Disable Automatic Gain Control |
ID | clpapnmmlmecieknddelobgikompchkk |
Officiell webbadress | https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk |
Beskrivning | Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts. |
Filstorlek | 109 KB |
Antal Installationer | 56,727 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2021-01-10 |
Publiceringsdatum | 2020-11-01 |
Betyg | 4.77/5 Totalt 188 Betyg |
Utvecklare | Joey Watts |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/joeywatts/gmeet-disable-autogain-control-extension |
Hjälpsida URL | https://github.com/joeywatts/gmeet-disable-autogain-control-extension/issues/new |
Stödda Språk | 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:\/\/*\/" ] } |