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 |
| 电子邮箱 | [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"
}
} | |