GalaxyBlox - Enhance Roblox experience
GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.
GalaxyBlox - Enhance Roblox experienceคืออะไร?
GalaxyBlox - Enhance Roblox experience เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://microplay.net และคุณลักษณะหลักของมันคือ "GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GalaxyBlox - Enhance Roblox experience
ดาวน์โหลดไฟล์ส่วนขยาย GalaxyBlox - Enhance Roblox experience ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
█▀▀ ▄▀█ █ ▄▀█ ▀▄▀ █▄█ █▄▄ █ █▀█ ▀▄▀ █▄█ █▀█ █▄▄ █▀█ █ █ █ █▄█ █▄▄ █▄█ █ █ GalaxyBlox introduces enhancements, optimizations, and additional features to the Roblox website, accompanied by a refreshed user interface. ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰ 🟢・New Roblox theme 🟣・Better user interface 🟢・Custom cursor 🟣・Profile banners 🟢・Converting Robux to IRL money 🟣・User Profile Color Themes 🟢・Quick Play Button 🟣・GalaxyHub - centralized hub will be your go-to destination for profile customization. Modify your profile banner, tweak color themes, and personalize your background — all in one place. ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰ What's new in GalaxyBlox? • [v2.00] GalaxyHub, Plugins, Developer Portal, Credits, Profile Banners, Profile Badges. JOIN OUR DISCORD SERVER https://u.microplay.net/dc?rel=extension Created by Microplay Interactive.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GalaxyBlox - Enhance Roblox experience |
ID | mdpndbcapdnjnpdlohbdehepggcjechk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/galaxyblox-enhance-roblox/mdpndbcapdnjnpdlohbdehepggcjechk |
คำอธิบาย | GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface. |
ขนาดไฟล์ | 281 KB |
จำนวนการติดตั้ง | 524 |
เวอร์ชันปัจจุบัน | 2.00 |
อัปเดตครั้งล่าสุด | 2024-02-17 |
วันที่เผยแพร่ | 2023-08-08 |
คะแนน | 4.41/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | https://microplay.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://discord.gg/PgwJ8An8Jh |
URL หน้าช่วยเหลือ | https://discord.gg/PgwJ8An8Jh |
URL หน้านโยบายความเป็นส่วนตัว | https://policies.microplay.net/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GalaxyBlox - Enhance Roblox experience", "description": "GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.", "version": "2.00", "content_scripts": [ { "css": [ ".\/css\/main.min.css" ], "js": [ ".\/content.bundle.js" ], "matches": [ "*:\/\/www.roblox.com\/*", "*:\/\/web.roblox.com\/*" ], "all_frames": true, "runAt": "document_start" } ], "background": { "service_worker": ".\/service.bundle.js", "type": "module" }, "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "action": { "default_popup": "popup.html" } } |