GalaxyBlox - Enhance Roblox experience
GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.
Wat is GalaxyBlox - Enhance Roblox experience?
GalaxyBlox - Enhance Roblox experience is een Chrome-extensie ontwikkeld door https://microplay.net, en de belangrijkste functie is "GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.".
Extensie Screenshots
Download het CRX-bestand van de extensie GalaxyBlox - Enhance Roblox experience
Download GalaxyBlox - Enhance Roblox experience-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
█▀▀ ▄▀█ █ ▄▀█ ▀▄▀ █▄█ █▄▄ █ █▀█ ▀▄▀ █▄█ █▀█ █▄▄ █▀█ █ █ █ █▄█ █▄▄ █▄█ █ █ 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.
Basisinformatie over de Extensie
Naam | GalaxyBlox - Enhance Roblox experience |
ID | mdpndbcapdnjnpdlohbdehepggcjechk |
Officiële URL | https://chromewebstore.google.com/detail/galaxyblox-enhance-roblox/mdpndbcapdnjnpdlohbdehepggcjechk |
Beschrijving | GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface. |
Bestandsgrootte | 281 KB |
Aantal Installaties | 524 |
Huidige Versie | 2.00 |
Laatst Bijgewerkt | 2024-02-17 |
Publicatiedatum | 2023-08-08 |
Beoordeling | 4.41/5 Totaal 22 Beoordelingen |
Ontwikkelaar | https://microplay.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://discord.gg/PgwJ8An8Jh |
Help Pagina-URL | https://discord.gg/PgwJ8An8Jh |
URL van de Privacybeleid Pagina | https://policies.microplay.net/privacy-policy |
Ondersteunde Talen | 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" } } |