Kahoot name bypass
Bypass kahoot names
Kahoot name bypassคืออะไร?
Kahoot name bypass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen noble และคุณลักษณะหลักของมันคือ "Bypass kahoot names"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kahoot name bypass
ดาวน์โหลดไฟล์ส่วนขยาย Kahoot name bypass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kahoot name bypass |
ID | jlfoemebeemiccmeabkegdpoehiafhbn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kahoot-name-bypass/jlfoemebeemiccmeabkegdpoehiafhbn |
คำอธิบาย | Bypass kahoot names |
ขนาดไฟล์ | 17.47 KB |
จำนวนการติดตั้ง | 7,479 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-01-05 |
วันที่เผยแพร่ | 2021-01-02 |
คะแนน | 3.58/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | Stephen noble |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |