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文件
下載Meet Kicker 🦶擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
🆕 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 |
官方網址 | 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" } } |