Hide self in Google Meet

Automatically hide your self view in Google Meet - better for your mental health!

Wat is Hide self in Google Meet?

Hide self in Google Meet is een Chrome-extensie ontwikkeld door Cryptacular, en de belangrijkste functie is "Automatically hide your self view in Google Meet - better for your mental health!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide self in Google Meet

Download Hide self in Google Meet-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

                        Have you ever had a mirror in front of you in a meeting? Probably not. Why then should you always be looking at yourself in a video call in Google Meet?

This extension will automatically hide the tile with your own face in it, once there are other people in the call. Please note that your video will still be on (unless you've specifically turned it off).                    

Basisinformatie over de Extensie

Naam Hide self in Google Meet Hide self in Google Meet
ID gffddgigccibcpijeoaffbggdeanifik
Officiële URL https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik
Beschrijving Automatically hide your self view in Google Meet - better for your mental health!
Bestandsgrootte 8.71 KB
Aantal Installaties 364
Huidige Versie 1.6
Laatst Bijgewerkt 2023-12-05
Publicatiedatum 2022-05-08
Beoordeling 4.73/5 Totaal 11 Beoordelingen
Ontwikkelaar Cryptacular
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide self in Google Meet",
    "description": "Automatically hide your self view in Google Meet - better for your mental health!",
    "version": "1.6",
    "manifest_version": 3,
    "icons": {
        "16": "images\/[email protected]",
        "32": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*-*-*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}