Kahoot Name Bypasser
Allows for a custom nickname on a kahoot with only random nicknames allowed.
Kahoot Name Bypasser क्या है?
Kahoot Name Bypasser silly cis 🤪 development द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows for a custom nickname on a kahoot with only random nicknames allowed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kahoot Name Bypasser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Lets you set a custom username in Kahoot when you shouldn't be able to. 😳 IMPORTANT: This doesn't bypass Kahoot's bad word filter.
एक्सटेंशन की मूल जानकारी
नाम | Kahoot Name Bypasser |
ID | jfgegneebalomljahlfcohoobilfkhed |
आधिकारिक URL | https://chromewebstore.google.com/detail/kahoot-name-bypasser/jfgegneebalomljahlfcohoobilfkhed |
विवरण | Allows for a custom nickname on a kahoot with only random nicknames allowed. |
फ़ाइल का आकार | 18.1 KB |
स्थापना संख्या | 990 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-02-02 |
प्रकाशन तिथि | 2021-02-01 |
रेटिंग | 3.56/5 कुल 9 रेटिंग्स |
डेवलपर | silly cis 🤪 development |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kahoot Name Bypasser", "version": "1.0", "description": "Allows for a custom nickname on a kahoot with only random nicknames allowed.", "content_scripts": [ { "matches": [ "https:\/\/kahoot.it\/*" ], "js": [ "main.js" ] } ], "icons": { "16": "icos\/16.png", "32": "icos\/32.png", "48": "icos\/48.png", "128": "icos\/128.png" }, "manifest_version": 2 } |