EduNinja

EduNinja

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

Merlin
Additional files are visible only to premium users

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/*"
    ]
  }
}