Hide self in Google Meet
Automatically hide your self view in Google Meet - better for your mental health!
Что такое Hide self in Google Meet?
Hide self in Google Meet - это расширение Chrome, разработанное Cryptacular, и его основная функция - "Automatically hide your self view in Google Meet - better for your mental health!".
Снимки экрана расширения
Скачать файл CRX расширения Hide self in Google Meet
Скачайте файлы расширений Hide self in Google Meet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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).
Основная информация о расширении
Название | Hide self in Google Meet |
ID | gffddgigccibcpijeoaffbggdeanifik |
Официальный URL | https://chromewebstore.google.com/detail/hide-self-in-google-meet/gffddgigccibcpijeoaffbggdeanifik |
Описание | Automatically hide your self view in Google Meet - better for your mental health! |
Размер файла | 8.71 KB |
Количество установок | 364 |
Текущая Версия | 1.6 |
Последнее Обновление | 2023-12-05 |
Дата публикации | 2022-05-08 |
Рейтинг | 4.73/5 Всего 11 оценок |
Разработчик | Cryptacular |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |