Disable Automatic Gain Control
Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.
Apa itu Disable Automatic Gain Control?
Disable Automatic Gain Control adalah ekstensi Chrome yang dikembangkan oleh Joey Watts, dan fitur utamanya adalah "Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Disable Automatic Gain Control
Unduh file ekstensi Disable Automatic Gain Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Disable Automatic Gain Control |
ID | clpapnmmlmecieknddelobgikompchkk |
URL Resmi | https://chromewebstore.google.com/detail/disable-automatic-gain-co/clpapnmmlmecieknddelobgikompchkk |
Deskripsi | Disables the automatic microphone gain control enabled by web applications like Google Meet and Hangouts. |
Ukuran File | 109 KB |
Jumlah Instalasi | 56,727 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-01-10 |
Tanggal Publikasi | 2020-11-01 |
Penilaian | 4.77/5 Total 188 Penilaian |
Pengembang | Joey Watts |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/joeywatts/gmeet-disable-autogain-control-extension |
URL Halaman Bantuan | https://github.com/joeywatts/gmeet-disable-autogain-control-extension/issues/new |
Bahasa yang Didukung | 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:\/\/*\/" ] } |