Videochat Auto-mute

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

Wat is Videochat Auto-mute?

Videochat Auto-mute is een Chrome-extensie ontwikkeld door stvnrlly, en de belangrijkste functie is "This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.".

Download het CRX-bestand van de extensie Videochat Auto-mute

Download Videochat Auto-mute-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Videochat Auto-mute Videochat Auto-mute
ID hbnakdpkiaeifdfkpipkcnmojleiklme
Officiële URL https://chrome.google.com/webstore/detail/videochat-auto-mute/hbnakdpkiaeifdfkpipkcnmojleiklme
Beschrijving This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.
Bestandsgrootte 39.92 KB
Aantal Installaties 33
Huidige Versie 0.3
Laatst Bijgewerkt 2016-02-28
Publicatiedatum 2016-02-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar stvnrlly
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}