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ファイルをダウンロード
HangoutSnitch AntiMute拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } ] } |