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 |
官方網址 | 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" ] } ] } |