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 |
| Eメール | [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"
}
} | |