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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |