Google Meet Auto Disable Mic/Cam
Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting
Google Meet Auto Disable Mic/Camとは何ですか?
Google Meet Auto Disable Mic/Camはhttps://burkybang.comによって開発されたChromeの拡張機能で、その主な機能は「Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting」です。
拡張機能のスクリーンショット
Google Meet Auto Disable Mic/Cam拡張機能のCRXファイルをダウンロード
Google Meet Auto Disable Mic/Cam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple extension provides options to default your microphone and camera to disabled. It also displays emojis in the tab title indicating if your microphone is muted or your camera is on. GitHub: https://github.com/burkybang/Google-Meet-Auto-Disable-Mic-Cam Firefox version: https://addons.mozilla.org/en-US/firefox/addon/googlemeet-auto-disable-miccam
拡張機能の基本情報
名前 | Google Meet Auto Disable Mic/Cam |
ID | dgggcpmnponfpgnifbdohajbdkbgjlhd |
公式URL | https://chromewebstore.google.com/detail/google-meet-auto-disable/dgggcpmnponfpgnifbdohajbdkbgjlhd |
説明 | Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting |
ファイルサイズ | 20.83 KB |
インストール数 | 10,000 |
現在のバージョン | 3.1.1 |
最終更新日 | 2023-12-14 |
公開日 | 2020-05-20 |
評価 | 4.15/5 合計 27 レビュー |
開発者 | https://burkybang.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/burkybang/Google-Meet-Auto-Disable-Mic-Cam |
ヘルプページのURL | https://github.com/burkybang/Google-Meet-Auto-Disable-Mic-Cam/issues |
プライバシーポリシーページのURL | https://burkybang.com/extensions/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Auto Disable Mic\/Cam", "version": "3.1.1", "description": "Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "lib.js", "content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_start" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "action": { "default_popup": "popup.html" } } |