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是由Cryptacular开发的Chrome扩展程序,该扩展的主要功能是“Automatically hide your self view in Google Meet - better for your mental health!”。
扩展截图
下载Hide self in Google Meet扩展crx文件
下载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" ] } ] } |