Hello, Roblox!
Return the old greeting that we all missed!
ما هو Hello, Roblox!؟
Hello, Roblox! هو إضافة Chrome تم تطويرها بواسطة The_Woozoo، والميزة الرئيسية لها هي "Return the old greeting that we all missed!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hello, Roblox!
قم بتنزيل ملفات الامتداد Hello, Roblox! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox معلومات أساسية عن التمديد
| الاسم | |
| ID | dpceldlkpeeefhaaholbfihfjogjabja |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja |
| الوصف | Return the old greeting that we all missed! |
| حجم الملف | 19.71 KB |
| عدد التثبيتات | 115 |
| النسخة الحالية | 0.2.1 |
| آخر تحديث | 2024-01-21 |
| تاريخ النشر | 2023-10-09 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | The_Woozoo |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/dvuzu/hello-roblox |
| عنوان صفحة المساعدة | https://github.com/dvuzu/hello-roblox/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hello, Roblox!",
"description": "Return the old greeting that we all missed!",
"version": "0.2.1",
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"content_scripts": [
{
"js": [
"main.js"
],
"css": [
"style.css"
],
"matches": [
"*:\/\/*.roblox.com\/home*"
]
}
]
} | |