Meet Kicker 🦶
Quickly kick people out of Google Meet at random
Wat is Meet Kicker 🦶?
Meet Kicker 🦶 is een Chrome-extensie ontwikkeld door connorads, en de belangrijkste functie is "Quickly kick people out of Google Meet at random".
Extensie Screenshots
Download het CRX-bestand van de extensie Meet Kicker 🦶
Download Meet Kicker 🦶-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
🆕 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
Basisinformatie over de Extensie
Naam | Meet Kicker 🦶 |
ID | aonhapalnnnjlonafnammcbnafmafmpg |
Officiële URL | https://chromewebstore.google.com/detail/meet-kicker-%F0%9F%A6%B6/aonhapalnnnjlonafnammcbnafmafmpg |
Beschrijving | Quickly kick people out of Google Meet at random |
Bestandsgrootte | 18.51 KB |
Aantal Installaties | 4,426 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2021-05-24 |
Publicatiedatum | 2020-08-30 |
Beoordeling | 2.15/5 Totaal 33 Beoordelingen |
Ontwikkelaar | connorads |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/connorads/meet-kicker |
Ondersteunde Talen | 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" } } |