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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 HangoutSnitch AntiMute HangoutSnitch AntiMute
ID djabanbdphleocnnbhkenldfajihibio
官方網址 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"
            ]
        }
    ]
}