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!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
            ]
        }
    ]
}