GalaxyBlox - Enhance Roblox experience
GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.
Qu'est-ce que GalaxyBlox - Enhance Roblox experience ?
GalaxyBlox - Enhance Roblox experience est une extension Chrome développée par https://microplay.net, et sa fonction principale est "GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GalaxyBlox - Enhance Roblox experience
Téléchargez les fichiers d'extension GalaxyBlox - Enhance Roblox experience au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
█▀▀ ▄▀█ █ ▄▀█ ▀▄▀ █▄█ █▄▄ █ █▀█ ▀▄▀ █▄█ █▀█ █▄▄ █▀█ █ █ █ █▄█ █▄▄ █▄█ █ █ 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.
Informations de Base sur l'Extension
Nom | GalaxyBlox - Enhance Roblox experience |
ID | mdpndbcapdnjnpdlohbdehepggcjechk |
URL Officiel | https://chromewebstore.google.com/detail/galaxyblox-enhance-roblox/mdpndbcapdnjnpdlohbdehepggcjechk |
Description | GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface. |
Taille du Fichier | 281 KB |
Nombre d'Installations | 524 |
Version Actuelle | 2.00 |
Dernière Mise à Jour | 2024-02-17 |
Date de Publication | 2023-08-08 |
Évaluation | 4.41/5 Total 22 Évaluations |
Développeur | https://microplay.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://discord.gg/PgwJ8An8Jh |
URL de la Page d'Aide | https://discord.gg/PgwJ8An8Jh |
URL de la Page de Politique de Confidentialité | https://policies.microplay.net/privacy-policy |
Langues Prises en Charge | 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" } } |