HangoutSnitch AntiMute

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

HangoutSnitch AntiMute là gì?

HangoutSnitch AntiMute là một tiện ích mở rộng Chrome được phát triển bởi Adam Guerbuez, và tính năng chính của nó là "This extension allows you to auto unmute yourself on google hangouts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HangoutSnitch AntiMute

Tải xuống các tệp mở rộng HangoutSnitch AntiMute dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HangoutSnitch AntiMute HangoutSnitch AntiMute
ID djabanbdphleocnnbhkenldfajihibio
URL Chính Thức https://chrome.google.com/webstore/detail/hangoutsnitch-antimute/djabanbdphleocnnbhkenldfajihibio
Mô tả This extension allows you to auto unmute yourself on google hangouts.
Kích Thước Tệp 40.46 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-10-19
Ngày Phát Hành 2013-10-19
Đánh Giá 3.40/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Adam Guerbuez
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}