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」です。
拡張機能のスクリーンショット
Google Meet Auto Disable Camera & Mute Audio拡張機能のCRXファイルをダウンロード
Google Meet Auto Disable Camera & Mute Audio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When joining Google Meet this extension can automatically disable the video and mute the 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 |
| Eメール | [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"
}
} | |