Google Meet Auto Disable Camera & Mute Audio

Defaults camera to off, and mute audio when joining a Google Meet meeting

Google Meet Auto Disable Camera & Mute Audioคืออะไร?

Google Meet Auto Disable Camera & Mute Audio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shashi Prakash Gautam และคุณลักษณะหลักของมันคือ "Defaults camera to off, and mute audio when joining a Google Meet meeting"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Auto Disable Camera & Mute Audio

ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Auto Disable Camera & Mute Audio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        When joining Google Meet this extension can automatically disable the video and mute the audio.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Meet Auto Disable Camera & Mute Audio Google Meet Auto Disable Camera & Mute Audio
ID lcngkpkcihkbhjjnkpfecokdkbfbhaah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-auto-disable/lcngkpkcihkbhjjnkpfecokdkbfbhaah
คำอธิบาย Defaults camera to off, and mute audio when joining a Google Meet meeting
ขนาดไฟล์ 14 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-09-24
วันที่เผยแพร่ 2020-09-22
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Shashi Prakash Gautam
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shweshi.github.io/Google-Meet-Auto-Disable-Camera-And-Mute-Audio/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Auto Disable Camera & Mute Audio",
    "version": "1.0.0",
    "description": "Defaults camera to off, and mute audio when joining a Google Meet meeting",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "action.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}