Meet Kicker 🦶
Quickly kick people out of Google Meet at random
Cos'è Meet Kicker 🦶?
Meet Kicker 🦶 è un'estensione di Chrome sviluppata da connorads, e la sua funzione principale è "Quickly kick people out of Google Meet at random".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Meet Kicker 🦶
Scarica i file di estensione Meet Kicker 🦶 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🆕 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
Informazioni di Base sull'Estensione
Nome | Meet Kicker 🦶 |
ID | aonhapalnnnjlonafnammcbnafmafmpg |
URL Ufficiale | https://chromewebstore.google.com/detail/meet-kicker-%F0%9F%A6%B6/aonhapalnnnjlonafnammcbnafmafmpg |
Descrizione | Quickly kick people out of Google Meet at random |
Dimensione del File | 18.51 KB |
Conteggio Installazioni | 4,426 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2021-05-24 |
Data di Pubblicazione | 2020-08-30 |
Valutazione | 2.15/5 Totale 33 Valutazioni |
Sviluppatore | connorads |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/connorads/meet-kicker |
Lingue Supportate | 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" } } |