HangoutSnitch AntiMute
This extension allows you to auto unmute yourself on google hangouts.
O que é HangoutSnitch AntiMute?
HangoutSnitch AntiMute é uma extensão do Chrome desenvolvida por Adam Guerbuez, e sua principal característica é "This extension allows you to auto unmute yourself on google hangouts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HangoutSnitch AntiMute
Baixe arquivos de extensão HangoutSnitch AntiMute no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | djabanbdphleocnnbhkenldfajihibio |
URL Oficial | https://chrome.google.com/webstore/detail/hangoutsnitch-antimute/djabanbdphleocnnbhkenldfajihibio |
Descrição | This extension allows you to auto unmute yourself on google hangouts. |
Tamanho do Arquivo | 40.46 KB |
Contagem de Instalações | 168 |
Versão Atual | 1.0 |
Última Atualização | 2013-10-19 |
Data de Publicação | 2013-10-19 |
Classificação | 3.40/5 Total de 15 Avaliações |
Desenvolvedor | Adam Guerbuez |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |