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.”。
擴展截圖
下載Kahoot!’ers - Remove Illegitimate Players擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | jonggnejcfdjfkenmehefelnmkibldlf |
| 官方網址 | 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"
}
} | |