Google Meet Meat
A collection of features to put a little extra Meat into your Google Meets.
Google Meet Meat란 무엇입니까?
Google Meet Meat은(는) Google Meet Meat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A collection of features to put a little extra Meat into your Google Meets."입니다.
확장 프로그램 스크린샷
Google Meet Meat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Version 0.2.1: -Bug Fixes Google Meet Meat is a collection of features and enhancements aimed at Google Meet. Features: - Clicking extension icon prompts user to create new Meet. - Enable captions automatically upon joining the Meet. - Disable video automatically upon loading the Meet page. - Disable audio automatically upon loading the Meet page. - Automatically join the Meet. - Automatically open the chat once the Meet has joined. - Quick emoji bar, allowing the user to insert emojis into their chat. - Option to mirror all video inside the Meet. - Keyboard shortcut (CTRL + key) to leave the Meet. -Push to Talk (using the Shift key) If you have feedback (issues, feature requests), please email [email protected]. This extension is provided free of charge, however we do use an addon called Arc in order to monetize our content. Arc loads content from people's devices running the addon instead of from slower servers, creating a faster Internet. People running the extension contribute a little bandwidth to the Arc network, allowing us to earn money and continue providing and developing this extension for free. Arc does not impact your user experience, and you can opt out by going to arc.io/optOut.
확장 프로그램 기본 정보
이름 | Google Meet Meat |
ID | bgdcnhpilfaooloolmedfjbndcmobged |
공식 URL | https://chromewebstore.google.com/detail/google-meet-meat/bgdcnhpilfaooloolmedfjbndcmobged |
설명 | A collection of features to put a little extra Meat into your Google Meets. |
파일 크기 | 40.05 KB |
설치 횟수 | 1,194 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-03-27 |
출시 날짜 | 2020-09-08 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Google Meet Meat |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Meat", "description": "A collection of features to put a little extra Meat into your Google Meets.", "version": "0.2.1", "icons": { "16": "icon.png" }, "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "jquery-3.5.1.min.js", "main.js" ] } ], "web_accessible_resources": [ { "resources": [ "navigation.html", "header.html" ], "matches": [ "*:\/\/meet.google.com\/*" ], "extension_ids": [] } ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html" } } |