Kahoot!’ers - Remove Illegitimate Players
Find Kahoot! bot spam players and instantly remove them.
Kahoot!’ers - Remove Illegitimate Players là gì?
Kahoot!’ers - Remove Illegitimate Players là một tiện ích mở rộng Chrome được phát triển bởi dev.grammology, và tính năng chính của nó là "Find Kahoot! bot spam players and instantly remove them.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kahoot!’ers - Remove Illegitimate Players
Tải xuống các tệp mở rộng Kahoot!’ers - Remove Illegitimate Players dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kahoot!’ers - Remove Illegitimate Players |
ID | oommaggpfffimoogmgdgffmemcdajjbd |
URL Chính Thức | https://chromewebstore.google.com/detail/kahoot%E2%80%99ers-remove-illegit/oommaggpfffimoogmgdgffmemcdajjbd |
Mô tả | Find Kahoot! bot spam players and instantly remove them. |
Kích Thước Tệp | 34.96 KB |
Số Lần Cài Đặt | 1,165 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-10-22 |
Ngày Phát Hành | 2021-10-22 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | dev.grammology |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |