Meet Kicker

Nifty extension that kicks you from a Google Meet once people start leaving!

What is Meet Kicker?

Meet Kicker is a Chrome extension developed by sankeethdude, and its main feature is "Nifty extension that kicks you from a Google Meet once people start leaving!".

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

                        Scared of going AFK from a Google Meet because you don't want to be the last one remaining?
Put your Google Meet tab in its own Chrome window and this extension will automatically close it once there a less than a certain number of people in it!                    

Extension Basic Information

Name Meet Kicker Meet Kicker
ID jmkopaogbnijfejiemdjdkbmlmeoblkb
Official URL https://chromewebstore.google.com/detail/meet-kicker/jmkopaogbnijfejiemdjdkbmlmeoblkb
Description Nifty extension that kicks you from a Google Meet once people start leaving!
File Size 46.26 KB
Installation Count 236
Current Version 2.1
Last Updated 2022-08-02
Publish Date 2021-07-06
Rating 5.00/5 Total 2 Ratings
Developer sankeethdude
Email [email protected]
Payment Type free
Extension Website https://github.com/ibsgod/GoogleMeetKicker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meet Kicker",
    "description": "Nifty extension that kicks you from a Google Meet once people start leaving!",
    "version": "2.1",
    "icons": {
        "128": "bigicon.png"
    },
    "action": {
        "default_icon": "smallicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}