GalaxyBlox - Enhance Roblox experience
GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.
Co je GalaxyBlox - Enhance Roblox experience?
GalaxyBlox - Enhance Roblox experience je rozšíření Chrome vyvinuté https://microplay.net, a jeho hlavní funkcí je „GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GalaxyBlox - Enhance Roblox experience
Stáhněte si soubory rozšíření GalaxyBlox - Enhance Roblox experience ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
█▀▀ ▄▀█ █ ▄▀█ ▀▄▀ █▄█ █▄▄ █ █▀█ ▀▄▀ █▄█ █▀█ █▄▄ █▀█ █ █ █ █▄█ █▄▄ █▄█ █ █ 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.
Základní Informace o Rozšíření
Název | GalaxyBlox - Enhance Roblox experience |
ID | mdpndbcapdnjnpdlohbdehepggcjechk |
Oficiální URL | https://chromewebstore.google.com/detail/galaxyblox-enhance-roblox/mdpndbcapdnjnpdlohbdehepggcjechk |
Popis | GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface. |
Velikost souboru | 281 KB |
Počet instalací | 524 |
Aktuální Verze | 2.00 |
Poslední Aktualizace | 2024-02-17 |
Datum Vydání | 2023-08-08 |
Hodnocení | 4.41/5 Celkem 22 Hodnocení |
Vývojář | https://microplay.net |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://discord.gg/PgwJ8An8Jh |
URL Stránky Nápovědy | https://discord.gg/PgwJ8An8Jh |
URL Stránky Zásad Ochrany Soukromí | https://policies.microplay.net/privacy-policy |
Podporované Jazyky | 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" } } |