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"
}
} | |