Videochat Auto-mute
This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.
Apa itu Videochat Auto-mute?
Videochat Auto-mute adalah ekstensi Chrome yang dikembangkan oleh stvnrlly, dan fitur utamanya adalah "This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.".
Unduh Berkas CRX Ekstensi Videochat Auto-mute
Unduh file ekstensi Videochat Auto-mute 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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | hbnakdpkiaeifdfkpipkcnmojleiklme |
URL Resmi | https://chrome.google.com/webstore/detail/videochat-auto-mute/hbnakdpkiaeifdfkpipkcnmojleiklme |
Deskripsi | This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar. |
Ukuran File | 39.92 KB |
Jumlah Instalasi | 33 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2016-02-28 |
Tanggal Publikasi | 2016-02-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | stvnrlly |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Videochat Auto-mute", "description": "This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.", "version": "0.3", "content_scripts": [ { "matches": [ "https:\/\/join.mycospace.com\/*" ], "js": [ "jquery-1.12.1.min.js", "lib\/acano.js" ] }, { "matches": [ "https:\/\/appear.in\/*" ], "js": [ "jquery-1.12.1.min.js", "lib\/appearin.js" ] }, { "matches": [ "https:\/\/plus.google.com\/hangouts\/_\/*\/*" ], "js": [ "jquery-1.12.1.min.js", "lib\/hangouts.js" ] } ] } |