Kahoot Name Bypasser
Allows for a custom nickname on a kahoot with only random nicknames allowed.
Wat is Kahoot Name Bypasser?
Kahoot Name Bypasser is een Chrome-extensie ontwikkeld door silly cis 🤪 development, en de belangrijkste functie is "Allows for a custom nickname on a kahoot with only random nicknames allowed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Kahoot Name Bypasser
Download Kahoot Name Bypasser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Kahoot Name Bypasser |
ID | jfgegneebalomljahlfcohoobilfkhed |
Officiële URL | https://chromewebstore.google.com/detail/kahoot-name-bypasser/jfgegneebalomljahlfcohoobilfkhed |
Beschrijving | Allows for a custom nickname on a kahoot with only random nicknames allowed. |
Bestandsgrootte | 18.1 KB |
Aantal Installaties | 990 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-02-02 |
Publicatiedatum | 2021-02-01 |
Beoordeling | 3.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | silly cis 🤪 development |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |