Better Roblox Badges Extension
Improves Roblox Badges.
ما هو Better Roblox Badges Extension؟
Better Roblox Badges Extension هو إضافة Chrome تم تطويرها بواسطة https://jmk.gg، والميزة الرئيسية لها هي "Improves Roblox Badges.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Roblox Badges Extension
قم بتنزيل ملفات الامتداد Better Roblox Badges Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
🚀 Better Roblox Badges Extension adds multiple new Roblox Badges to the roblox.com website.
To use, just visit a user's profile and they will have new badges!
Additional badges:
- UGC Creator
- Accelerator
- Star Creator
- 10K, 100K, 1M, 5M, 10M Visits
- 1, 2, 3, 4, 5, 10 Year Veteran
GitHub: https://github.com/jmkd3v/Better-Roblox-Badges-Extension معلومات أساسية عن التمديد
| الاسم | |
| ID | hipmiiggbfeojoehjibeedjpfpjiogel |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-roblox-badges-exte/hipmiiggbfeojoehjibeedjpfpjiogel |
| الوصف | Improves Roblox Badges. |
| حجم الملف | 4.55 KB |
| عدد التثبيتات | 10,152 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2022-12-17 |
| تاريخ النشر | 2021-07-25 |
| تقييم | 4.27/5 مجموع تقييمات 45 |
| المطور | https://jmk.gg |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://twitter.com/jmkdev |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better Roblox Badges Extension",
"version": "1.0.1",
"manifest_version": 3,
"description": "Improves Roblox Badges.",
"homepage_url": "http:\/\/jmk.gg",
"content_scripts": [
{
"js": [
"inject.js"
],
"css": [
"style.css"
],
"matches": [
"*:\/\/*.roblox.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"script.js",
"style.css"
],
"matches": [
"*:\/\/*.roblox.com\/*"
]
}
],
"host_permissions": [
"*:\/\/*.roblox.com\/*"
]
} | |