Kahoot Name Bypasser
Allows for a custom nickname on a kahoot with only random nicknames allowed.
ما هو Kahoot Name Bypasser؟
Kahoot Name Bypasser هو إضافة Chrome تم تطويرها بواسطة silly cis 🤪 development، والميزة الرئيسية لها هي "Allows for a custom nickname on a kahoot with only random nicknames allowed.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kahoot Name Bypasser
قم بتنزيل ملفات الامتداد Kahoot Name Bypasser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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
} | |