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 |
公式URL | 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 |
Eメール | [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:\/\/*\/" ] } |