Kahoot Name Bypasser

Allows for a custom nickname on a kahoot with only random nicknames allowed.

What is Kahoot Name Bypasser?

Kahoot Name Bypasser is a Chrome extension developed by silly cis 🤪 development, and its main feature is "Allows for a custom nickname on a kahoot with only random nicknames allowed.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Kahoot Name Bypasser Extension CRX File

Download Kahoot Name Bypasser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Lets you set a custom username in Kahoot when you shouldn't be able to. 😳

IMPORTANT:
This doesn't bypass Kahoot's bad word filter.                    

Extension Basic Information

Name Kahoot Name Bypasser Kahoot Name Bypasser
ID jfgegneebalomljahlfcohoobilfkhed
Official URL https://chromewebstore.google.com/detail/kahoot-name-bypasser/jfgegneebalomljahlfcohoobilfkhed
Description Allows for a custom nickname on a kahoot with only random nicknames allowed.
File Size 18.1 KB
Installation Count 990
Current Version 1.0
Last Updated 2021-02-02
Publish Date 2021-02-01
Rating 3.56/5 Total 9 Ratings
Developer silly cis 🤪 development
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kahoot Name Bypasser",
    "version": "1.0",
    "description": "Allows for a custom nickname on a kahoot with only random nicknames allowed.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kahoot.it\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "icos\/16.png",
        "32": "icos\/32.png",
        "48": "icos\/48.png",
        "128": "icos\/128.png"
    },
    "manifest_version": 2
}