Videochat Auto-mute

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

Hvad er Videochat Auto-mute?

Videochat Auto-mute er en Chrome-udvidelse udviklet af stvnrlly, og dens hovedfunktion er "This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.".

Download Videochat Auto-mute-udvidelses-CRX-fil

Download Videochat Auto-mute-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Videochat Auto-mute Videochat Auto-mute
ID hbnakdpkiaeifdfkpipkcnmojleiklme
Officiel URL https://chrome.google.com/webstore/detail/videochat-auto-mute/hbnakdpkiaeifdfkpipkcnmojleiklme
Beskrivelse This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.
Filstørrelse 39.92 KB
Antal Installationer 33
Nuværende Version 0.3
Senest Opdateret 2016-02-28
Udgivelsesdato 2016-02-28
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler stvnrlly
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}