Remove Controls for Google Meet
Removes everything except for the videos from Google Meet
什么是Remove Controls for Google Meet?
Remove Controls for Google Meet是由bobsfriend12开发的Chrome扩展程序,该扩展的主要功能是“Removes everything except for the videos from Google Meet”。
扩展截图
下载Remove Controls for Google Meet扩展crx文件
下载Remove Controls for Google Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is very useful for recording. Or just removing it if you don't want it.
Features:
- Remove Controls (the bottom bar where the mute and video buttons are and the top bar where the chat is)
- Remove Names
- Controls them separately or at the same time.
This extension is open source. You can view the source code on github:
https://github.com/bobsfriend12/google-meet-remove-controls
Google Meet is a trademark of Google Inc. 扩展基本信息
| 名称 | |
| ID | gdmbniblpdlaifpndhojadbjmkffjfmh |
| 官方URL | https://chromewebstore.google.com/detail/remove-controls-for-googl/gdmbniblpdlaifpndhojadbjmkffjfmh |
| 简介 | Removes everything except for the videos from Google Meet |
| 文件大小 | 58.87 KB |
| 安装次数 | 36 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2021-05-23 |
| 上架时间 | 2021-05-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | bobsfriend12 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/bobsfriend12/google-meet-remove-controls |
| 帮助页面URL | https://github.com/bobsfriend12/google-meet-remove-controls/issues/new |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Remove Controls for Google Meet",
"description": "Removes everything except for the videos from Google Meet",
"author": "bobsfriend12",
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
},
"homepage_url": "https:\/\/github.com\/bobsfriend12\/google-meet-remove-controls",
"version": "1.1.2",
"manifest_version": 3,
"permissions": [
"tabs",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_title": "Hide Controls"
},
"background": {
"service_worker": "background.js"
}
} | |