Meet Kicker 🦶
Quickly kick people out of Google Meet at random
Vad är Meet Kicker 🦶?
Meet Kicker 🦶 är en Chrome-tillägg utvecklad av connorads, och dess huvudfunktion är "Quickly kick people out of Google Meet at random".
Tilläggsskärmbilder
Ladda ner Meet Kicker 🦶-förlängningens CRX-fil
Ladda ner Meet Kicker 🦶-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
🆕 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
Grundläggande Information om Tillägg
Namn | Meet Kicker 🦶 |
ID | aonhapalnnnjlonafnammcbnafmafmpg |
Officiell webbadress | https://chromewebstore.google.com/detail/meet-kicker-%F0%9F%A6%B6/aonhapalnnnjlonafnammcbnafmafmpg |
Beskrivning | Quickly kick people out of Google Meet at random |
Filstorlek | 18.51 KB |
Antal Installationer | 4,426 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2021-05-24 |
Publiceringsdatum | 2020-08-30 |
Betyg | 2.15/5 Totalt 33 Betyg |
Utvecklare | connorads |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/connorads/meet-kicker |
Stödda Språk | 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" } } |