Disable Automatic Gain Control
Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.
什麼是Disable Automatic Gain Control?
Disable Automatic Gain Control是由Joey Watts開發的Chrome擴展程式,該擴展的主要功能是“Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.”。
擴展截圖
下載Disable Automatic Gain Control擴展crx文件
下載Disable Automatic Gain Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Disable Automatic Gain Control |
ID | clpapnmmlmecieknddelobgikompchkk |
官方網址 | https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk |
簡介 | Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts. |
檔案大小 | 109 KB |
安裝次數 | 56,727 |
目前版本 | 1.2 |
更新時間 | 2021-01-10 |
上架時間 | 2020-11-01 |
評分 | 4.77/5 共 188 次評分 |
開發者 | Joey Watts |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/joeywatts/gmeet-disable-autogain-control-extension |
說明頁面URL | https://github.com/joeywatts/gmeet-disable-autogain-control-extension/issues/new |
支援的語言 | 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:\/\/*\/" ] } |