HangoutSnitch AntiMute

This extension allows you to auto unmute yourself on google hangouts.

HangoutSnitch AntiMuteคืออะไร?

HangoutSnitch AntiMute เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Guerbuez และคุณลักษณะหลักของมันคือ "This extension allows you to auto unmute yourself on google hangouts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HangoutSnitch AntiMute

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}