Google Meet Plus - Remove Time
This extension will remove the 'Time' information at the top of banner in Google Meet
Google Meet Plus - Remove Time란 무엇입니까?
Google Meet Plus - Remove Time은(는) hyzhang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will remove the 'Time' information at the top of banner in Google Meet"입니다.
확장 프로그램 스크린샷
Google Meet Plus - Remove Time 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Meet recently added a new feature to add a 'Time' information at the top of banner. For those people who don't want to see the 'Time' information, this extension will remove it. Update History: June. 8th 2020 - v0.92: Hotfix due to the recently Meet update
확장 프로그램 기본 정보
이름 | Google Meet Plus - Remove Time |
ID | fknpogbbjooljojbnaenjikhijjfhjkm |
공식 URL | https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm |
설명 | This extension will remove the 'Time' information at the top of banner in Google Meet |
파일 크기 | 37.48 KB |
설치 횟수 | 160 |
현재 버전 | 0.92 |
최근 업데이트 | 2020-06-08 |
출시 날짜 | 2020-06-08 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | hyzhang |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Plus - Remove Time", "description": "This extension will remove the 'Time' information at the top of banner in Google Meet", "version": "0.92", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "inject.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "removetime.js" ], "manifest_version": 2 } |