Videochat Auto-mute
This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.
Videochat Auto-muteとは何ですか?
Videochat Auto-muteはstvnrllyによって開発されたChromeの拡張機能で、その主な機能は「This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.」です。
Videochat Auto-mute拡張機能のCRXファイルをダウンロード
Videochat Auto-mute拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | hbnakdpkiaeifdfkpipkcnmojleiklme |
公式URL | https://chrome.google.com/webstore/detail/videochat-auto-mute/hbnakdpkiaeifdfkpipkcnmojleiklme |
説明 | This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar. |
ファイルサイズ | 39.92 KB |
インストール数 | 33 |
現在のバージョン | 0.3 |
最終更新日 | 2016-02-28 |
公開日 | 2016-02-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | stvnrlly |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Videochat Auto-mute", "description": "This extension keeps your microphone muted in Acano, Appear.in, and Google Hangouts unless you hold down the space bar.", "version": "0.3", "content_scripts": [ { "matches": [ "https:\/\/join.mycospace.com\/*" ], "js": [ "jquery-1.12.1.min.js", "lib\/acano.js" ] }, { "matches": [ "https:\/\/appear.in\/*" ], "js": [ "jquery-1.12.1.min.js", "lib\/appearin.js" ] }, { "matches": [ "https:\/\/plus.google.com\/hangouts\/_\/*\/*" ], "js": [ "jquery-1.12.1.min.js", "lib\/hangouts.js" ] } ] } |