Kahoot Name Bypasser
Allows for a custom nickname on a kahoot with only random nicknames allowed.
Kahoot Name Bypasserคืออะไร?
Kahoot Name Bypasser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย silly cis 🤪 development และคุณลักษณะหลักของมันคือ "Allows for a custom nickname on a kahoot with only random nicknames allowed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kahoot Name Bypasser
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |