Kahoot!’ers - Remove Illegitimate Players

Find Kahoot! bot spam players and instantly remove them.

Kahoot!’ers - Remove Illegitimate Players란 무엇입니까?

Kahoot!’ers - Remove Illegitimate Players은(는) dev.grammology에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find Kahoot! bot spam players and instantly remove them."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Kahoot!’ers - Remove Illegitimate Players 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Kahoot!’ers

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 Kahoot!’ers - Remove Illegitimate Players
ID oommaggpfffimoogmgdgffmemcdajjbd
공식 URL https://chromewebstore.google.com/detail/kahoot%E2%80%99ers-remove-illegit/oommaggpfffimoogmgdgffmemcdajjbd
설명 Find Kahoot! bot spam players and instantly remove them.
파일 크기 34.96 KB
설치 횟수 1,165
현재 버전 0.0.1
최근 업데이트 2021-10-22
출시 날짜 2021-10-22
평점 5.00/5 총 1 개의 평점
개발자 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"
    }
}