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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
}
} | |