Disable Automatic Gain Control
Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.
Disable Automatic Gain Control là gì?
Disable Automatic Gain Control là một tiện ích mở rộng Chrome được phát triển bởi Joey Watts, và tính năng chính của nó là "Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Disable Automatic Gain Control
Tải xuống các tệp mở rộng Disable Automatic Gain Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Disable Automatic Gain Control |
ID | clpapnmmlmecieknddelobgikompchkk |
URL Chính Thức | https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk |
Mô tả | Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts. |
Kích Thước Tệp | 109 KB |
Số Lần Cài Đặt | 56,727 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-01-10 |
Ngày Phát Hành | 2020-11-01 |
Đánh Giá | 4.77/5 Tổng số 188 Đánh Giá |
Nhà Phát Triển | Joey Watts |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/joeywatts/gmeet-disable-autogain-control-extension |
URL Trang Trợ Giúp | https://github.com/joeywatts/gmeet-disable-autogain-control-extension/issues/new |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/" ] } |