EduNinja
Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!
Qu'est-ce que EduNinja ?
EduNinja est une extension Chrome développée par https://zato.ga, et sa fonction principale est "Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EduNinja
Téléchargez les fichiers d'extension EduNinja au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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**
Informations de Base sur l'Extension
Nom | |
ID | mckoemfffphffjlnnhpeaglonccabhpp |
URL Officiel | https://chrome.google.com/webstore/detail/eduninja/mckoemfffphffjlnnhpeaglonccabhpp |
Description | Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools! |
Taille du Fichier | 4.14 MB |
Nombre d'Installations | 20,000 |
Version Actuelle | 1.1209 |
Dernière Mise à Jour | 2021-06-20 |
Date de Publication | 2021-01-12 |
Évaluation | 3.82/5 Total 22 Évaluations |
Développeur | https://zato.ga |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zato.ga |
URL de la Page d'Aide | https://zato.ga |
URL de la Page de Politique de Confidentialité | https://dsc.gg/ez-dubs |
Langues Prises en Charge | 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\/*" ] } } |