Kahoot Name Bypasser
Allows for a custom nickname on a kahoot with only random nicknames allowed.
什麼是Kahoot Name Bypasser?
Kahoot Name Bypasser是由silly cis 🤪 development開發的Chrome擴展程式,該擴展的主要功能是“Allows for a custom nickname on a kahoot with only random nicknames allowed.”。
擴展截圖
下載Kahoot Name Bypasser擴展crx文件
下載Kahoot Name Bypasser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Kahoot Name Bypasser |
ID | jfgegneebalomljahlfcohoobilfkhed |
官方網址 | https://chromewebstore.google.com/detail/kahoot-name-bypasser/jfgegneebalomljahlfcohoobilfkhed |
簡介 | Allows for a custom nickname on a kahoot with only random nicknames allowed. |
檔案大小 | 18.1 KB |
安裝次數 | 990 |
目前版本 | 1.0 |
更新時間 | 2021-02-02 |
上架時間 | 2021-02-01 |
評分 | 3.56/5 共 9 次評分 |
開發者 | silly cis 🤪 development |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |