HangoutSnitch AntiMute
This extension allows you to auto unmute yourself on google hangouts.
HangoutSnitch AntiMute란 무엇입니까?
HangoutSnitch AntiMute은(는) Adam Guerbuez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to auto unmute yourself on google hangouts."입니다.
확장 프로그램 스크린샷
HangoutSnitch AntiMute 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | djabanbdphleocnnbhkenldfajihibio |
공식 URL | https://chrome.google.com/webstore/detail/hangoutsnitch-antimute/djabanbdphleocnnbhkenldfajihibio |
설명 | This extension allows you to auto unmute yourself on google hangouts. |
파일 크기 | 40.46 KB |
설치 횟수 | 168 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-10-19 |
출시 날짜 | 2013-10-19 |
평점 | 3.40/5 총 15 개의 평점 |
개발자 | Adam Guerbuez |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |