Hide self in Google Meet
Automatically hide your self view in Google Meet - better for your mental health!
O que é Hide self in Google Meet?
Hide self in Google Meet é uma extensão do Chrome desenvolvida por Cryptacular, e sua principal característica é "Automatically hide your self view in Google Meet - better for your mental health!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hide self in Google Meet
Baixe arquivos de extensão Hide self in Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Hide self in Google Meet |
ID | gffddgigccibcpijeoaffbggdeanifik |
URL Oficial | https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik |
Descrição | Automatically hide your self view in Google Meet - better for your mental health! |
Tamanho do Arquivo | 8.71 KB |
Contagem de Instalações | 364 |
Versão Atual | 1.6 |
Última Atualização | 2023-12-05 |
Data de Publicação | 2022-05-08 |
Classificação | 4.73/5 Total de 11 Avaliações |
Desenvolvedor | Cryptacular |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |