KahootGPT | AI Integration (NEW: ChatGPT 4)

KahootGPT | AI Integration (NEW: ChatGPT 4)

Not affiliated with Kahoot! or ChatGPT: Use KahootGPT to win all your Kahoot! games

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "name": "KahootGPT | AI Integration (NEW: ChatGPT 4)",
  "version": "3.7.8",
  "manifest_version": 3,
  "description": "Not affiliated with Kahoot! or ChatGPT: Use KahootGPT to win all your Kahoot! games",
  "author": "Marsss' Dev Team",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "background": {
    "service_worker": "/scripts/background.js"
  },
  "action": {
    "default_popup": "/popup/popup.html"
  }
}