Hide self in Google Meet
Automatically hide your self view in Google Meet - better for your mental health!
¿Qué es Hide self in Google Meet?
Hide self in Google Meet es una extensión de Chrome desarrollada por Cryptacular, y su función principal es "Automatically hide your self view in Google Meet - better for your mental health!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hide self in Google Meet
Descarga archivos de extensión Hide self in Google Meet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | Hide self in Google Meet |
ID | gffddgigccibcpijeoaffbggdeanifik |
URL Oficial | https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik |
Descripción | Automatically hide your self view in Google Meet - better for your mental health! |
Tamaño del Archivo | 8.71 KB |
Cantidad de Instalaciones | 364 |
Versión Actual | 1.6 |
Última Actualización | 2023-12-05 |
Fecha de Publicación | 2022-05-08 |
Calificación | 4.73/5 Total de 11 Calificaciones |
Desarrollador | Cryptacular |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |