Videochat Auto-mute
This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.
Co to jest Videochat Auto-mute?
Videochat Auto-mute to rozszerzenie Chrome opracowane przez stvnrlly, a jego główną funkcją jest „This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.”.
Pobierz plik CRX rozszerzenia Videochat Auto-mute
Pobierz pliki rozszerzeń Videochat Auto-mute w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | hbnakdpkiaeifdfkpipkcnmojleiklme |
Oficjalny URL | https://chrome.google.com/webstore/detail/videochat-auto-mute/hbnakdpkiaeifdfkpipkcnmojleiklme |
Opis | This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar. |
Rozmiar pliku | 39.92 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2016-02-28 |
Data Publikacji | 2016-02-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | stvnrlly |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |