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 |
官方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" } } |