Mute Google Meet
Mutes Google Meet from any tab.
Mute Google Meetとは何ですか?
Mute Google MeetはFernando Françaによって開発されたChromeの拡張機能で、その主な機能は「Mutes Google Meet from any tab.」です。
拡張機能のスクリーンショット
Mute Google Meet拡張機能のCRXファイルをダウンロード
Mute Google Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
• Supports multiple Google Meet Tabs
• Uses latest V3 APIs, low CPU usage
• Works on Mac OS, Windows an Linux
• Safe, privacy-aware and open source ♥ 拡張機能の基本情報
| 名前 | |
| ID | ddlifcapmkddgnofiajbeicbhbdpkgao |
| 公式URL | https://chromewebstore.google.com/detail/mute-google-meet/ddlifcapmkddgnofiajbeicbhbdpkgao |
| 説明 | Mutes Google Meet from any tab. |
| ファイルサイズ | 24.67 KB |
| インストール数 | 79 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-07-02 |
| 公開日 | 2021-07-01 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Fernando França |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/fefranca/mute-google-meet |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Mute Google Meet",
"description": "Mutes Google Meet from any tab.",
"version": "1.0",
"author": "Fernando Fran\u00e7a",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Mute Google Meet"
},
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/meet.google.com\/"
]
} | |