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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |