Kahoot name bypass
Bypass kahoot names
What is Kahoot name bypass?
Kahoot name bypass is a Chrome extension developed by Stephen noble, and its main feature is "Bypass kahoot names".
Extension Screenshots
Download Kahoot name bypass Extension CRX File
Download Kahoot name bypass 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
Show up to your kahoot game in style with this chrome extension! Simply download the extension, go to kahoot.it and click the icon. Type in your name, click bypass and copy the text! TᕼIᔕ Iᔕ ᗩᑎ E᙭ᗩᗰᑭᒪE Oᖴ ᗷYᑭᗩᔕᔕEᗪ TE᙭T!
Extension Basic Information
Name | Kahoot name bypass |
ID | jlfoemebeemiccmeabkegdpoehiafhbn |
Official URL | https://chromewebstore.google.com/detail/kahoot-name-bypass/jlfoemebeemiccmeabkegdpoehiafhbn |
Description | Bypass kahoot names |
File Size | 17.47 KB |
Installation Count | 7,479 |
Current Version | 1.1 |
Last Updated | 2021-01-05 |
Publish Date | 2021-01-02 |
Rating | 3.58/5 Total 12 Ratings |
Developer | Stephen noble |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kahoot name bypass", "version": "1.1", "permissions": [ "declarativeContent" ], "description": "Bypass kahoot names", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "Popup.html", "default_icon": { "128": "Icon.png" } }, "icons": { "48": "Icon48.png", "128": "Icon.png" }, "manifest_version": 2 } |