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은(는) Shashi Prakash Gautam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Defaults camera to off, and mute audio when joining a Google Meet meeting"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google Meet Auto Disable Camera & Mute Audio 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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