Kahoot!’ers - Remove Illegitimate Players

Find Kahoot! bot spam players and instantly remove them.

¿Qué es Kahoot!’ers - Remove Illegitimate Players?

Kahoot!’ers - Remove Illegitimate Players es una extensión de Chrome desarrollada por dev.grammology, y su función principal es "Find Kahoot! bot spam players and instantly remove them.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Kahoot!’ers - Remove Illegitimate Players

Descarga archivos de extensión Kahoot!’ers - Remove Illegitimate Players en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Are you suffering and fed up of bot spammers spoiling your Kahoot! game - using bots to create illegitimate players?
Even worst and frustrating for teachers hosting lessons - it ruins your lesson and skews your results!

Well...help is here at last!!!

Welcome to R.I.P. - Remove Illegitimate Players

The R.I.P. extension is a productivity tool to find bot spam players and instantly remove them - at a click of a button!

It's easy to install, easy to use and - a must-have tool for all Kahoot!’ers!!!

Simple enter the bot spammer's player name and R.I.P. will find all the names and delete them instantly.                    

Información Básica de la Extensión

Nombre Kahoot!’ers - Remove Illegitimate Players Kahoot!’ers - Remove Illegitimate Players
ID jonggnejcfdjfkenmehefelnmkibldlf
URL Oficial https://chromewebstore.google.com/detail/kahoot%E2%80%99ers-remove-illegit/jonggnejcfdjfkenmehefelnmkibldlf
Descripción Find Kahoot! bot spam players and instantly remove them.
Tamaño del Archivo 35.12 KB
Cantidad de Instalaciones 309
Versión Actual 0.0.1
Última Actualización 2021-10-20
Fecha de Publicación 2021-10-20
Desarrollador dev.grammology
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kahoot!\u2019ers - Remove Illegitimate Players",
    "description": "Find Kahoot! bot spam players and instantly remove them.",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/remove_user16.png",
            "32": "\/images\/remove_user32.png",
            "48": "\/images\/remove_user48.png",
            "128": "\/images\/remove_user128.png"
        }
    },
    "icons": {
        "16": "\/images\/remove_user16.png",
        "32": "\/images\/remove_user32.png",
        "48": "\/images\/remove_user48.png",
        "128": "\/images\/remove_user128.png"
    }
}