Mute All on Meet

Mute all users on Google Meet.

Mute All on Meet란 무엇입니까?

Mute All on Meet은(는) https://www.zoomcorder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mute all users on Google Meet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mute All on Meet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mute all user on Google Meet with just one click!

Now *updated* to work with the latest version of Google Meet. Click the icon to mute ALL users or click CTRL+M to mute all. 

Easy, fast, safe, and light! Install now to stop the chaos in your meeting. 

This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. Works with Google Meet, Zoom, GoToMeeting, Microsoft Teams and more. Save time by recording meetings and watch them on your own schedule. You can even speed up playback and skip to the most important parts to save even more time with Zoomcorder.com.                    

확장 프로그램 기본 정보

이름 Mute All on Meet Mute All on Meet
ID adjoknoacleghaejlggocbakidkoifle
공식 URL https://chromewebstore.google.com/detail/mute-all-on-meet/adjoknoacleghaejlggocbakidkoifle
설명 Mute all users on Google Meet.
파일 크기 213 KB
설치 횟수 80,000
현재 버전 7.0
최근 업데이트 2023-04-20
출시 날짜 2020-06-08
평점 2.23/5 총 64 개의 평점
개발자 https://www.zoomcorder.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://Zoomcorder.com
도움말 페이지 URL https://Zoomcorder.com/support
개인정보 보호 정책 페이지 URL https://zoomcorder.com/extension/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mute All on Meet",
    "version": "7.0",
    "description": "Mute all users on Google Meet.",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/zoom.us\/*",
        "https:\/\/*.zoomgov.com\/*",
        "https:\/\/meet.google.com\/*",
        "https:\/\/*.gotomeet.me\/*",
        "https:\/\/*.gotowebinar.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/record.png",
                "\/images\/recimage.png",
                "\/images\/howto.jpg"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/*.zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/*.gotomeet.me\/*",
                "https:\/\/*.gotowebinar.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}