Google Meet Auto Disable Camera & Mute Audio

Defaults camera to off, and mute audio when joining a Google Meet meeting

Cos'è Google Meet Auto Disable Camera & Mute Audio?

Google Meet Auto Disable Camera & Mute Audio è un'estensione di Chrome sviluppata da Shashi Prakash Gautam, e la sua funzione principale è "Defaults camera to off, and mute audio when joining a Google Meet meeting".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Google Meet Auto Disable Camera & Mute Audio

Scarica i file di estensione Google Meet Auto Disable Camera & Mute Audio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        When joining Google Meet this extension can automatically disable the video and mute the audio.                    

Informazioni di Base sull'Estensione

Nome Google Meet Auto Disable Camera & Mute Audio Google Meet Auto Disable Camera & Mute Audio
ID lcngkpkcihkbhjjnkpfecokdkbfbhaah
URL Ufficiale https://chromewebstore.google.com/detail/google-meet-auto-disable/lcngkpkcihkbhjjnkpfecokdkbfbhaah
Descrizione Defaults camera to off, and mute audio when joining a Google Meet meeting
Dimensione del File 14 KB
Conteggio Installazioni 114
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-09-24
Data di Pubblicazione 2020-09-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Shashi Prakash Gautam
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://shweshi.github.io/Google-Meet-Auto-Disable-Camera-And-Mute-Audio/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Auto Disable Camera & Mute Audio",
    "version": "1.0.0",
    "description": "Defaults camera to off, and mute audio when joining a Google Meet meeting",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "action.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}