HangoutSnitch AntiMute
This extension allows you to auto unmute yourself on google hangouts.
Apa itu HangoutSnitch AntiMute?
HangoutSnitch AntiMute adalah ekstensi Chrome yang dikembangkan oleh Adam Guerbuez, dan fitur utamanya adalah "This extension allows you to auto unmute yourself on google hangouts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HangoutSnitch AntiMute
Unduh file ekstensi HangoutSnitch AntiMute 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
Ever get tired of clicking on the microphone icon in a Google+ Hangout each time you get muted, to un-mute yourself? This extension automates that process by detecting when you are muted by another participant within the hangout and instantly un-mutes your audio. There is an user specified response time when using this extension so you can manually set the time in milliseconds that you would like the extension to react to you being muted. Setting it to 50 is the standard.
Informasi Dasar Ekstensi
Nama | |
ID | djabanbdphleocnnbhkenldfajihibio |
URL Resmi | https://chrome.google.com/webstore/detail/hangoutsnitch-antimute/djabanbdphleocnnbhkenldfajihibio |
Deskripsi | This extension allows you to auto unmute yourself on google hangouts. |
Ukuran File | 40.46 KB |
Jumlah Instalasi | 168 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-10-19 |
Tanggal Publikasi | 2013-10-19 |
Penilaian | 3.40/5 Total 15 Penilaian |
Pengembang | Adam Guerbuez |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HangoutSnitch AntiMute", "description": "This extension allows you to auto unmute yourself on google hangouts.", "version": "1.0", "icons": { "16": "icon.png", "19": "icon.png", "38": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/hangouts\/*" ], "run_at": "document_idle", "js": [ "jquery.js", "myscript.js" ] } ] } |