Kahoot name bypass

Kahoot name bypass

Bypass kahoot names

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kahoot name bypass",
  "version": "1.1",
  "permissions": [
    "declarativeContent"
  ],
  "description": "Bypass kahoot names",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "Popup.html",
    "default_icon": {
      "128": "Icon.png"
    }
  },
  "icons": {
    "48": "Icon48.png",
    "128": "Icon.png"
  },
  "manifest_version": 2
}