GalaxyBlox - Enhance Roblox experience

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

Cos'è GalaxyBlox - Enhance Roblox experience?

GalaxyBlox - Enhance Roblox experience è un'estensione di Chrome sviluppata da https://microplay.net, e la sua funzione principale è "GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GalaxyBlox - Enhance Roblox experience

Scarica i file di estensione GalaxyBlox - Enhance Roblox experience in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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.                    

Informazioni di Base sull'Estensione

Nome GalaxyBlox - Enhance Roblox experience GalaxyBlox - Enhance Roblox experience
ID mdpndbcapdnjnpdlohbdehepggcjechk
URL Ufficiale https://chromewebstore.google.com/detail/galaxyblox-enhance-roblox/mdpndbcapdnjnpdlohbdehepggcjechk
Descrizione GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.
Dimensione del File 281 KB
Conteggio Installazioni 524
Versione Corrente 2.00
Ultimo Aggiornamento 2024-02-17
Data di Pubblicazione 2023-08-08
Valutazione 4.41/5 Totale 22 Valutazioni
Sviluppatore https://microplay.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://discord.gg/PgwJ8An8Jh
URL della Pagina di Aiuto https://discord.gg/PgwJ8An8Jh
URL della Pagina della Politica sulla Privacy https://policies.microplay.net/privacy-policy
Lingue Supportate 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"
    }
}