Videochat Auto-mute

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

What is Videochat Auto-mute?

Videochat Auto-mute is a Chrome extension developed by stvnrlly, and its main feature is "This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.".

Download Videochat Auto-mute Extension CRX File

Download Videochat Auto-mute extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Videochat Auto-mute Videochat Auto-mute
ID hbnakdpkiaeifdfkpipkcnmojleiklme
Official URL https://chrome.google.com/webstore/detail/videochat-auto-mute/hbnakdpkiaeifdfkpipkcnmojleiklme
Description This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.
File Size 39.92 KB
Installation Count 33
Current Version 0.3
Last Updated 2016-02-28
Publish Date 2016-02-28
Rating 5.00/5 Total 1 Ratings
Developer stvnrlly
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}