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是由https://microplay.net開發的Chrome擴展程式,該擴展的主要功能是“GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載GalaxyBlox - Enhance Roblox experience擴展crx文件

下載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 GalaxyBlox - Enhance Roblox experience
ID mdpndbcapdnjnpdlohbdehepggcjechk
官方網址 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"
    }
}