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.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| 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"
}
} | |