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ファイルをダウンロード

Mute All on Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
    }
}