Hide self in Google Meet
Automatically hide your self view in Google Meet - better for your mental health!
Co je Hide self in Google Meet?
Hide self in Google Meet je rozšíření Chrome vyvinuté Cryptacular, a jeho hlavní funkcí je „Automatically hide your self view in Google Meet - better for your mental health!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hide self in Google Meet
Stáhněte si soubory rozšíření Hide self in Google Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | Hide self in Google Meet |
ID | gffddgigccibcpijeoaffbggdeanifik |
Oficiální URL | https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik |
Popis | Automatically hide your self view in Google Meet - better for your mental health! |
Velikost souboru | 8.71 KB |
Počet instalací | 364 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2023-12-05 |
Datum Vydání | 2022-05-08 |
Hodnocení | 4.73/5 Celkem 11 Hodnocení |
Vývojář | Cryptacular |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |