Ro-Customize
Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…
ما هو Ro-Customize؟
Ro-Customize هو إضافة Chrome تم تطويرها بواسطة AuroraDeveloper، والميزة الرئيسية لها هي "Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ro-Customize
قم بتنزيل ملفات الامتداد Ro-Customize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is much appreciated, thanks! :) Instructions: -Click the Ro-Customize Icon -Fill in the specified boxes -Click Submit when done(or cancel) To disable the extension from changing the page, click on the disable check box on the far bottom!
معلومات أساسية عن التمديد
الاسم | Ro-Customize |
ID | laoeehanpnodehnejiknhgghinngkhha |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ro-customize/laoeehanpnodehnejiknhgghinngkhha |
الوصف | Ro-Customize is used to stylize your roblox webpage(see image(s) below)... IT DOES NOT GIVE YOU FREE ROBUX, ETC!!! Feedback is… |
حجم الملف | 42.22 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 0.2 |
آخر تحديث | 2019-06-23 |
تاريخ النشر | 2019-06-23 |
تقييم | 2.50/5 مجموع تقييمات 58 |
المطور | AuroraDeveloper |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ro-Customize", "version": "0.2", "browser_action": { "default_icon": "Images\/icon.png" }, "web_accessible_resources": [ "Images\/Logo.png", "Images\/background.jpg" ], "content_scripts": [ { "matches": [ "https:\/\/www.roblox.com\/*" ], "js": [ "WallPaper.js" ] } ], "background": { "scripts": [ "Background.js" ] } } |