Google Meet Auto Disable Camera & Mute Audio

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

What is Google Meet Auto Disable Camera & Mute Audio?

Google Meet Auto Disable Camera & Mute Audio is a Chrome extension developed by Shashi Prakash Gautam, and its main feature is "Defaults camera to off, and mute audio when joining a Google Meet meeting".

Extension Screenshots

screenshot
screenshot

Download Google Meet Auto Disable Camera & Mute Audio Extension CRX File

Download Google Meet Auto Disable Camera & Mute Audio 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

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

Extension Basic Information

Name Google Meet Auto Disable Camera & Mute Audio Google Meet Auto Disable Camera & Mute Audio
ID lcngkpkcihkbhjjnkpfecokdkbfbhaah
Official URL https://chromewebstore.google.com/detail/google-meet-auto-disable/lcngkpkcihkbhjjnkpfecokdkbfbhaah
Description Defaults camera to off, and mute audio when joining a Google Meet meeting
File Size 14 KB
Installation Count 114
Current Version 1.0.0
Last Updated 2020-09-24
Publish Date 2020-09-22
Rating 5.00/5 Total 2 Ratings
Developer Shashi Prakash Gautam
Email [email protected]
Payment Type free
Extension Website https://shweshi.github.io/Google-Meet-Auto-Disable-Camera-And-Mute-Audio/
Supported Languages 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"
    }
}