EduNinja

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

什麼是EduNinja?

EduNinja是由https://zato.ga開發的Chrome擴展程式,該擴展的主要功能是“Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載EduNinja擴展crx文件

下載EduNinja擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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**                    

擴展基本資訊

名稱 EduNinja EduNinja
ID mckoemfffphffjlnnhpeaglonccabhpp
官方網址 https://chrome.google.com/webstore/detail/eduninja/mckoemfffphffjlnnhpeaglonccabhpp
簡介 Get answers for Edpuzzles, Quizizz, Kahoot, and use a variety of other tools!
檔案大小 4.14 MB
安裝次數 20,000
目前版本 1.1209
更新時間 2021-06-20
上架時間 2021-01-12
評分 3.82/5 共 22 次評分
開發者 https://zato.ga
電子郵箱 [email protected]
付費類型 free
擴展官網 https://zato.ga
說明頁面URL https://zato.ga
隱私政策頁面URL https://dsc.gg/ez-dubs
支援的語言 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\/*"
        ]
    }
}