Hide self in Google Meet
Automatically hide your self view in Google Meet - better for your mental health!
Qu'est-ce que Hide self in Google Meet ?
Hide self in Google Meet est une extension Chrome développée par Cryptacular, et sa fonction principale est "Automatically hide your self view in Google Meet - better for your mental health!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hide self in Google Meet
Téléchargez les fichiers d'extension Hide self in Google Meet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Hide self in Google Meet |
ID | gffddgigccibcpijeoaffbggdeanifik |
URL Officiel | https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik |
Description | Automatically hide your self view in Google Meet - better for your mental health! |
Taille du Fichier | 8.71 KB |
Nombre d'Installations | 364 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2023-12-05 |
Date de Publication | 2022-05-08 |
Évaluation | 4.73/5 Total 11 Évaluations |
Développeur | Cryptacular |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |