Kahoot!’ers - Remove Illegitimate Players
Find Kahoot! bot spam players and instantly remove them.
Kahoot!’ers - Remove Illegitimate Playersคืออะไร?
Kahoot!’ers - Remove Illegitimate Players เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.grammology และคุณลักษณะหลักของมันคือ "Find Kahoot! bot spam players and instantly remove them."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kahoot!’ers - Remove Illegitimate Players
ดาวน์โหลดไฟล์ส่วนขยาย Kahoot!’ers - Remove Illegitimate Players ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you suffering and fed up of bot spammers spoiling your Kahoot! game - using bots to create illegitimate players? Even worst and frustrating for teachers hosting lessons - it ruins your lesson and skews your results! Well...help is here at last!!! Welcome to R.I.P. - Remove Illegitimate Players The R.I.P. extension is a productivity tool to find bot spam players and instantly remove them - at a click of a button! It's easy to install, easy to use and - a must-have tool for all Kahoot!’ers!!! Simple enter the bot spammer's player name and R.I.P. will find all the names and delete them instantly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kahoot!’ers - Remove Illegitimate Players |
ID | jonggnejcfdjfkenmehefelnmkibldlf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kahoot%E2%80%99ers-remove-illegit/jonggnejcfdjfkenmehefelnmkibldlf |
คำอธิบาย | Find Kahoot! bot spam players and instantly remove them. |
ขนาดไฟล์ | 35.12 KB |
จำนวนการติดตั้ง | 309 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-10-20 |
วันที่เผยแพร่ | 2021-10-20 |
ผู้พัฒนา | dev.grammology |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kahoot!\u2019ers - Remove Illegitimate Players", "description": "Find Kahoot! bot spam players and instantly remove them.", "version": "0.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/remove_user16.png", "32": "\/images\/remove_user32.png", "48": "\/images\/remove_user48.png", "128": "\/images\/remove_user128.png" } }, "icons": { "16": "\/images\/remove_user16.png", "32": "\/images\/remove_user32.png", "48": "\/images\/remove_user48.png", "128": "\/images\/remove_user128.png" } } |