GalaxyBlox - Enhance Roblox experience
GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.
Vad är GalaxyBlox - Enhance Roblox experience?
GalaxyBlox - Enhance Roblox experience är en Chrome-tillägg utvecklad av https://microplay.net, och dess huvudfunktion är "GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface.".
Tilläggsskärmbilder
Ladda ner GalaxyBlox - Enhance Roblox experience-förlängningens CRX-fil
Ladda ner GalaxyBlox - Enhance Roblox experience-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
█▀▀ ▄▀█ █ ▄▀█ ▀▄▀ █▄█ █▄▄ █ █▀█ ▀▄▀
█▄█ █▀█ █▄▄ █▀█ █ █ █ █▄█ █▄▄ █▄█ █ █
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mdpndbcapdnjnpdlohbdehepggcjechk |
| Officiell webbadress | https://chromewebstore.google.com/detail/galaxyblox-enhance-roblox/mdpndbcapdnjnpdlohbdehepggcjechk |
| Beskrivning | GalaxyBlox adds new improvements, optimizations and features to the Roblox website which has a new interface. |
| Filstorlek | 281 KB |
| Antal Installationer | 524 |
| Aktuell Version | 2.00 |
| Senast Uppdaterad | 2024-02-17 |
| Publiceringsdatum | 2023-08-08 |
| Betyg | 4.41/5 Totalt 22 Betyg |
| Utvecklare | https://microplay.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://discord.gg/PgwJ8An8Jh |
| Hjälpsida URL | https://discord.gg/PgwJ8An8Jh |
| URL till Sekretesspolicy Sidan | https://policies.microplay.net/privacy-policy |
| Stödda Språk | 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"
}
} | |