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拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [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"
}
} | |