Kahoot - Remove Illegitimate Players v0.2.1

Kahoot!’ers - don't get kabotted! - instantly kick out the bot players!

Kahoot - Remove Illegitimate Players v0.2.1คืออะไร?

Kahoot - Remove Illegitimate Players v0.2.1 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.grammology และคุณลักษณะหลักของมันคือ "Kahoot!’ers - don't get kabotted! - instantly kick out the bot players!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kahoot - Remove Illegitimate Players v0.2.1

ดาวน์โหลดไฟล์ส่วนขยาย Kahoot - Remove Illegitimate Players v0.2.1 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hello Fellow Kahoot!’ers,

Are you getting Kabotted!

Are you suffering and fed up of bot spammers spoiling your Kahoot! game - using bots to create illegitimate players?

For teachers hosting lessons - it ruins your lesson and skews your results :(

At worst...it crashes your game :(

After reading the comments posted in the Kahoot! Community Support Center and our shared experienced, we need to prevent the usage of bots!

https://support.kahoot.com/hc/en-us/community/posts/360018898273-Bot-Protection?page=2#comments

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 :)

Bot spam players will be removed from the Lobby and Scoreboard pages (see the promotional screenshots).

It's easy to install, easy to use and - a must-have tool for all Kahoot!’ers :)

Simply:
1. enter the bot spammer's player name, 
2. click the Remove Player button and  R.I.P. will find all the names 
3. confirm to delete and R.I.P. will delete them instantly :)

If you encounter any problem, please contact me and send me the details.

I would also be interested to receive any (force for good) suggestions how to improve this extension for our Kahoot! community :)

Please share with fellow Kahoot!'ers and kick start our stop the Kabotters! campaign,

Stop getting Kabotted! and keep Happy Kahoot!'in :).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kahoot - Remove Illegitimate Players v0.2.1 Kahoot - Remove Illegitimate Players v0.2.1
ID jojaoefjjipmjbjakonopmnglfbfehee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kahoot-remove-illegitimat/jojaoefjjipmjbjakonopmnglfbfehee
คำอธิบาย Kahoot!’ers - don't get kabotted! - instantly kick out the bot players!
ขนาดไฟล์ 53.39 KB
จำนวนการติดตั้ง 248
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2021-11-21
วันที่เผยแพร่ 2021-10-19
ผู้พัฒนา dev.grammology
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kahoot - Remove Illegitimate Players v0.2.1",
    "short_name": "Kahoot RIP",
    "description": "Kahoot!\u2019ers - don't get kabotted! - instantly kick out the bot players!",
    "version": "0.2.1",
    "manifest_version": 3,
    "author": "dev.grammology",
    "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"
    }
}