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" ] } ] } |