Invisible Kahoot Name

Invisible Kahoot Name

This extension was created to show your user name as invisible!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Invisible Kahoot Name",
  "version": "0.1.3",
  "manifest_version": 2,
  "description": "This extension was created to show your user name as invisible!",
  "homepage_url": "https://kahoot.it/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Invisible Kahoot Name",
    "default_popup": "src/browser_action/browser_action.html"
  }
}