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