Videochat Auto-mute

This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.

Videochat Auto-muteคืออะไร?

Videochat Auto-mute เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stvnrlly และคุณลักษณะหลักของมันคือ "This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Videochat Auto-mute

ดาวน์โหลดไฟล์ส่วนขยาย Videochat Auto-mute ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Videochat Auto-mute Videochat Auto-mute
ID hbnakdpkiaeifdfkpipkcnmojleiklme
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/videochat-auto-mute/hbnakdpkiaeifdfkpipkcnmojleiklme
คำอธิบาย This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.
ขนาดไฟล์ 39.92 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2016-02-28
วันที่เผยแพร่ 2016-02-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา stvnrlly
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Videochat Auto-mute",
    "description": "This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/join.mycospace.com\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "lib\/acano.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appear.in\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "lib\/appearin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/plus.google.com\/hangouts\/_\/*\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "lib\/hangouts.js"
            ]
        }
    ]
}