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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Kahoot! bot spam players and instantly remove them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kahoot!’ers - Remove Illegitimate Players एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Kahoot!’ers - Remove Illegitimate Players |
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" } } |