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.」です。
拡張機能のスクリーンショット
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 |
ID | mdpndbcapdnjnpdlohbdehepggcjechk |
公式URL | 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 |
Eメール | [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" } } |