GalaxyBlox - Enhance Roblox experience

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

GalaxyBlox - Enhance Roblox experience là gì?

GalaxyBlox - Enhance Roblox experience là một tiện ích mở rộng Chrome được phát triển bởi https://microplay.net, và tính năng chính của nó là "GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GalaxyBlox - Enhance Roblox experience

Tải xuống các tệp mở rộng GalaxyBlox - Enhance Roblox experience dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GalaxyBlox - Enhance Roblox experience GalaxyBlox - Enhance Roblox experience
ID mdpndbcapdnjnpdlohbdehepggcjechk
URL Chính Thức https://chromewebstore.google.com/detail/galaxyblox-enhance-roblox/mdpndbcapdnjnpdlohbdehepggcjechk
Mô tả GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.
Kích Thước Tệp 281 KB
Số Lần Cài Đặt 524
Phiên Bản Hiện Tại 2.00
Cập Nhật Lần Cuối 2024-02-17
Ngày Phát Hành 2023-08-08
Đánh Giá 4.41/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://microplay.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://discord.gg/PgwJ8An8Jh
URL Trang Trợ Giúp https://discord.gg/PgwJ8An8Jh
URL Trang Chính Sách Bảo Mật https://policies.microplay.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}