bombparty-word-picker
makes you better at bomb party
ما هو bombparty-word-picker؟
bombparty-word-picker هو إضافة Chrome تم تطويرها بواسطة neeruuppalapati، والميزة الرئيسية لها هي "makes you better at bomb party".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة bombparty-word-picker
قم بتنزيل ملفات الامتداد bombparty-word-picker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tool that helps in the bombparty minigame on JKLM.fun. Lists 6 random words that fit the syllable. English only currently. معلومات أساسية عن التمديد
| الاسم | |
| ID | alapoalgafajhbbfedcboklbjocdbgcj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/bombparty-word-picker/alapoalgafajhbbfedcboklbjocdbgcj |
| الوصف | makes you better at bomb party |
| حجم الملف | 709 KB |
| عدد التثبيتات | 885 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2023-05-13 |
| تاريخ النشر | 2023-05-13 |
| تقييم | 3.67/5 مجموع تقييمات 3 |
| المطور | neeruuppalapati |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "bombparty-word-picker",
"version": "1.0.1",
"description": "makes you better at bomb party",
"manifest_version": 3,
"author": "Neerad Uppalapati",
"icons": {
"127": "images\/icon128.png"
},
"action": {
"default_popup": "index.html",
"default_title": "Window"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.jklm.fun\/*",
"https:\/\/jklm.fun\/*"
],
"js": [
"bomba.js"
],
"all_frames": true
}
]
} | |