Fluster
Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon
Hvad er Fluster?
Fluster er en Chrome-udvidelse udviklet af Rixxles, og dens hovedfunktion er "Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon".
Udvidelsesskærmbilleder
Download Fluster-udvidelses-CRX-fil
Download Fluster-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Tired of manually navigating through the limited Roblox app to join your favorite games in Fluster or the Microsoft Store version? Look no further!
Introducing Fluster - your ultimate companion for a seamless experience. This Chrome extension adds a convenient button to the Roblox website, making it easier than ever to hop into your desired games.
Key Features:
Instant Access: With a single click, you can join your favorite games in Fluster or the Microsoft Store version, saving you precious time and effort.
Secure and Safe: We prioritize your security, ensuring a secure connection when you click "Join in Fluster."
Enhanced Efficiency: This extension seemlessly adds a button that lets you join in UWP Roblox, even faster join time than Roblox's official join system.
Join the Roblox community in style - download Fluster now! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | anmhaokhfgloeoppenpkkonjpgaonbcg |
| Officiel URL | https://chromewebstore.google.com/detail/fluster/anmhaokhfgloeoppenpkkonjpgaonbcg |
| Beskrivelse | Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon |
| Filstørrelse | 135 KB |
| Antal Installationer | 985 |
| Nuværende Version | 1.2.4 |
| Senest Opdateret | 2023-10-29 |
| Udgivelsesdato | 2023-10-18 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | Rixxles |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.roblox.com/ |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Fluster",
"description": "Allows to join ROBLOX games from the website with the Fluster \/ UWP Game Client, support for joining friends & more coming soon",
"version": "1.2.4",
"icons": {
"16": "imgs\/icon16.png",
"48": "imgs\/icon48.png",
"128": "imgs\/icon128.png"
},
"host_permissions": [
"*:\/\/*.rbxcdn.com\/*",
"*:\/\/*.roblox.com\/*"
],
"content_scripts": [
{
"js": [
"main.js"
],
"matches": [
"https:\/\/www.roblox.com\/*",
"https:\/\/web.roblox.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"imgs\/mi.png"
],
"matches": [
"https:\/\/www.roblox.com\/*",
"https:\/\/web.roblox.com\/*"
]
}
]
} | |