Kahoot Flooder

Kahoot Flooder

Flood a Kahoot on your computer using only Chrome!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kahoot Flooder",
  "version": "1.1",
  "description": "Flood a Kahoot on your computer using only Chrome!",
  "author": "Grayson Martin",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "https://kahoot.it/"
  ],
  "browser_action": {
    "default_title": "Flood Settings",
    "default_popup": "options.html"
  }
}