GalaxyBlox - Enhance Roblox experience

GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.

¿Qué es GalaxyBlox - Enhance Roblox experience?

GalaxyBlox - Enhance Roblox experience es una extensión de Chrome desarrollada por https://microplay.net, y su función principal es "GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GalaxyBlox - Enhance Roblox experience

Descarga archivos de extensión GalaxyBlox - Enhance Roblox experience en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        █▀▀ ▄▀█ █       ▄▀█ ▀▄▀ █▄█ █▄▄ █       █▀█ ▀▄▀
█▄█ █▀█ █▄▄ █▀█ █   █    █    █▄█ █▄▄ █▄█ █   █

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.                    

Información Básica de la Extensión

Nombre GalaxyBlox - Enhance Roblox experience GalaxyBlox - Enhance Roblox experience
ID mdpndbcapdnjnpdlohbdehepggcjechk
URL Oficial https://chromewebstore.google.com/detail/galaxyblox-enhance-roblox/mdpndbcapdnjnpdlohbdehepggcjechk
Descripción GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.
Tamaño del Archivo 281 KB
Cantidad de Instalaciones 524
Versión Actual 2.00
Última Actualización 2024-02-17
Fecha de Publicación 2023-08-08
Calificación 4.41/5 Total de 22 Calificaciones
Desarrollador https://microplay.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://discord.gg/PgwJ8An8Jh
URL de la Página de Ayuda https://discord.gg/PgwJ8An8Jh
URL de la Página de Política de Privacidad https://policies.microplay.net/privacy-policy
Idiomas Soportados 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"
    }
}