Videochat Auto-mute
This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.
Cos'è Videochat Auto-mute?
Videochat Auto-mute è un'estensione di Chrome sviluppata da stvnrlly, e la sua funzione principale è "This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.".
Scarica il file CRX dell'estensione Videochat Auto-mute
Scarica i file di estensione Videochat Auto-mute in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | hbnakdpkiaeifdfkpipkcnmojleiklme |
URL Ufficiale | https://chrome.google.com/webstore/detail/videochat-auto-mute/hbnakdpkiaeifdfkpipkcnmojleiklme |
Descrizione | This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar. |
Dimensione del File | 39.92 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2016-02-28 |
Data di Pubblicazione | 2016-02-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | stvnrlly |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |