Meet Kicker 🦶

Quickly kick people out of Google Meet at random

What is Meet Kicker 🦶?

Meet Kicker 🦶 is a Chrome extension developed by connorads, and its main feature is "Quickly kick people out of Google Meet at random".

Extension Screenshots

screenshot

Download Meet Kicker 🦶 Extension CRX File

Download Meet Kicker 🦶 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🆕 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                    

Extension Basic Information

Name Meet Kicker 🦶 Meet Kicker 🦶
ID aonhapalnnnjlonafnammcbnafmafmpg
Official URL https://chromewebstore.google.com/detail/meet-kicker-%F0%9F%A6%B6/aonhapalnnnjlonafnammcbnafmafmpg
Description Quickly kick people out of Google Meet at random
File Size 18.51 KB
Installation Count 4,426
Current Version 0.0.3
Last Updated 2021-05-24
Publish Date 2020-08-30
Rating 2.15/5 Total 33 Ratings
Developer connorads
Email [email protected]
Payment Type free
Extension Website https://github.com/connorads/meet-kicker
Supported Languages 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"
    }
}