Kahoot Name Bypasser

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

Qu'est-ce que Kahoot Name Bypasser ?

Kahoot Name Bypasser est une extension Chrome développée par silly cis 🤪 development, et sa fonction principale est "Allows for a custom nickname on a kahoot with only random nicknames allowed.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kahoot Name Bypasser

Téléchargez les fichiers d'extension Kahoot Name Bypasser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kahoot Name Bypasser Kahoot Name Bypasser
ID jfgegneebalomljahlfcohoobilfkhed
URL Officiel https://chromewebstore.google.com/detail/kahoot-name-bypasser/jfgegneebalomljahlfcohoobilfkhed
Description Allows for a custom nickname on a kahoot with only random nicknames allowed.
Taille du Fichier 18.1 KB
Nombre d'Installations 990
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-02
Date de Publication 2021-02-01
Évaluation 3.56/5 Total 9 Évaluations
Développeur silly cis 🤪 development
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}