EduNinja

Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!

¿Qué es EduNinja?

EduNinja es una extensión de Chrome desarrollada por https://zato.ga, y su función principal es "Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión EduNinja

Descarga archivos de extensión EduNinja 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

                        Rise to the top of your class, have fun and earn more A+'s with EduNinja!

We’re working towards a day where every teacher and student will be just a click away from an excellent online education using this educational tool to assist in solving special puzzles.

Features:
Unblocked Games
Edpuzzle Hack
Quizizz Hack
Kahoot Hack
Blooket Hack
Classkick Hack
...And More!

***PLEASE DON'T CONTACT FOR SUPPORT IN THE SUPPORT TAB, INSTEAD OPEN A TICKET ON THE DISCORD SERVER at: https://dsc.gg/ez-dubs BECAUSE I DON'T CHECK THE WEB STORE OFTEN***

**THIS EXTENSION WAS UPDATED AND EVERYTHING WORKS AS OF JUNE 2021**                    

Información Básica de la Extensión

Nombre EduNinja EduNinja
ID mckoemfffphffjlnnhpeaglonccabhpp
URL Oficial https://chrome.google.com/webstore/detail/eduninja/mckoemfffphffjlnnhpeaglonccabhpp
Descripción Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!
Tamaño del Archivo 4.14 MB
Cantidad de Instalaciones 20,000
Versión Actual 1.1209
Última Actualización 2021-06-20
Fecha de Publicación 2021-01-12
Calificación 3.82/5 Total de 22 Calificaciones
Desarrollador https://zato.ga
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://zato.ga
URL de la Página de Ayuda https://zato.ga
URL de la Página de Política de Privacidad https://dsc.gg/ez-dubs
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EduNinja",
    "version": "1.1209",
    "version_name": "1.2",
    "description": "Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/kahoot.club\/*",
        "https:\/\/kahoot.rocks\/*",
        "https:\/\/dev.kahoot.rocks\/*",
        "https:\/\/cors.rocks\/kahoot.it\/rest\/*",
        "https:\/\/cors.rocks\/kahoot.it\/reserve\/session\/*",
        "https:\/\/cors.rocks\/apis.kahoot.it\/profanities\/nickname\/*",
        "https:\/\/kahoot.it\/rest\/*",
        "https:\/\/kahoot.it\/reserve\/session\/*",
        "https:\/\/apis.kahoot.it\/profanities\/nickname\/*"
    ],
    "icons": {
        "16": "\/icons\/16-icon.png",
        "19": "\/icons\/19-icon.png",
        "38": "\/icons\/38-icon.png",
        "64": "\/icons\/64-icon.png",
        "128": "\/icons\/28-icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/edpuzz.ninja\/*",
            "http:\/\/localhost\/*"
        ]
    }
}