Mute Defaults

This extension lets you set default mute settings for your microphone and camera in google meet.

Mute Defaultsとは何ですか?

Mute Defaultsはtinyjによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you set default mute settings for your microphone and camera in google meet.」です。

拡張機能のスクリーンショット

screenshot

Mute Defaults拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Annoyed having to click mute on both your camera and microphone when joining a google meet? You can use this extension to automatically mute your camera or microphone automatically before you click join.                    

拡張機能の基本情報

名前 Mute Defaults Mute Defaults
ID flmgkolakahfmbefefpeggkhfolpgdoj
公式URL https://chromewebstore.google.com/detail/mute-defaults/flmgkolakahfmbefefpeggkhfolpgdoj
説明 This extension lets you set default mute settings for your microphone and camera in google meet.
ファイルサイズ 31.02 KB
インストール数 1,702
現在のバージョン 3.0
最終更新日 2022-08-04
公開日 2018-01-19
評価 3.91/5 合計 11 レビュー
開発者 tinyj
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/jjshoe/MuteDefaults
ヘルプページのURL https://github.com/jjshoe/MuteDefaults/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mute Defaults",
    "short_name": "Mute Defaults",
    "description": "This extension lets you set default mute settings for your microphone and camera in google meet.",
    "version": "3.0",
    "homepage_url": "http:\/\/github.com\/jjshoe\/MuteDefaults",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "settings.html",
        "default_title": "Manage microphone and camera settings on google meet"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "hook_hangouts.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}