Meet Kicker 🦶
Quickly kick people out of Google Meet at random
Meet Kicker 🦶란 무엇입니까?
Meet Kicker 🦶은(는) connorads에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly kick people out of Google Meet at random"입니다.
확장 프로그램 스크린샷
Meet Kicker 🦶 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🆕 0.0.3: Now supports non-English systems. Fixed issue where clicking Meet Kicker didn't work on a new tab. Added error messages to help diagnose issues. 🚨 This is not a hack. You need to have permission to kick people already. This is just an app to make it quicker & easier to kick other people. 🚨 ⚠ May need to restart Chrome after installation 1. Click on the Meet Kicker extension icon to kick someone at random 2. Keep kicking until you have no friends left
확장 프로그램 기본 정보
이름 | Meet Kicker 🦶 |
ID | aonhapalnnnjlonafnammcbnafmafmpg |
공식 URL | https://chromewebstore.google.com/detail/meet-kicker-%F0%9F%A6%B6/aonhapalnnnjlonafnammcbnafmafmpg |
설명 | Quickly kick people out of Google Meet at random |
파일 크기 | 18.51 KB |
설치 횟수 | 4,426 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2021-05-24 |
출시 날짜 | 2020-08-30 |
평점 | 2.15/5 총 33 개의 평점 |
개발자 | connorads |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/connorads/meet-kicker |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meet Kicker \ud83e\uddb6", "version": "0.0.3", "manifest_version": 2, "description": "Quickly kick people out of Google Meet at random", "homepage_url": "https:\/\/github.com\/connorads\/meet-kicker", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "src\/content.js" ] } ], "permissions": [ "declarativeContent" ], "page_action": { "default_icon": "icons\/icon19.png" } } |