Kahoot Name Bypasser

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

Cos'è Kahoot Name Bypasser?

Kahoot Name Bypasser è un'estensione di Chrome sviluppata da silly cis 🤪 development, e la sua funzione principale è "Allows for a custom nickname on a kahoot with only random nicknames allowed.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kahoot Name Bypasser

Scarica i file di estensione Kahoot Name Bypasser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kahoot Name Bypasser Kahoot Name Bypasser
ID jfgegneebalomljahlfcohoobilfkhed
URL Ufficiale https://chromewebstore.google.com/detail/kahoot-name-bypasser/jfgegneebalomljahlfcohoobilfkhed
Descrizione Allows for a custom nickname on a kahoot with only random nicknames allowed.
Dimensione del File 18.1 KB
Conteggio Installazioni 990
Versione Corrente 1.0
Ultimo Aggiornamento 2021-02-02
Data di Pubblicazione 2021-02-01
Valutazione 3.56/5 Totale 9 Valutazioni
Sviluppatore silly cis 🤪 development
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}