Google Meet Auto Minimize Camera

This extension automatically hides your own camera in google meet.

What is Google Meet Auto Minimize Camera?

Google Meet Auto Minimize Camera is a Chrome extension developed by oskar.damkjaer, and its main feature is "This extension automatically hides your own camera in google meet.".

Extension Screenshots

screenshot

Download Google Meet Auto Minimize Camera Extension CRX File

Download Google Meet Auto Minimize Camera 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

                        Automatically clicks the "minimize camera" button in the google meet UI to avoid getting distracted by your own video feed!                    

Extension Basic Information

Name Google Meet Auto Minimize Camera Google Meet Auto Minimize Camera
ID nmpndfilddikcfddekbjdnecfoponfmi
Official URL https://chromewebstore.google.com/detail/google-meet-auto-minimize/nmpndfilddikcfddekbjdnecfoponfmi
Description This extension automatically hides your own camera in google meet.
File Size 2.72 MB
Installation Count 31
Current Version 1.2
Last Updated 2023-10-16
Publish Date 2023-01-11
Rating 5.00/5 Total 1 Ratings
Developer oskar.damkjaer
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Auto Minimize Camera",
    "description": "This extension automatically hides your own camera in google meet.",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        }
    ]
}