Hide self in Google Meet
Automatically hide your self view in Google Meet - better for your mental health!
Was ist Hide self in Google Meet?
Hide self in Google Meet ist eine Chrome-Erweiterung, die von Cryptacular entwickelt wurde, und ihr Hauptmerkmal ist "Automatically hide your self view in Google Meet - better for your mental health!".
Erweiterungsscreenshots
Hide self in Google Meet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide self in Google Meet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | Hide self in Google Meet |
ID | gffddgigccibcpijeoaffbggdeanifik |
Offizielle URL | https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik |
Beschreibung | Automatically hide your self view in Google Meet - better for your mental health! |
Dateigröße | 8.71 KB |
Installationsanzahl | 364 |
Aktuelle Version | 1.6 |
Letztes Update | 2023-12-05 |
Veröffentlichungsdatum | 2022-05-08 |
Bewertung | 4.73/5 Insgesamt 11 Bewertungen |
Entwickler | Cryptacular |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |