Fluster
Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon
Vad är Fluster?
Fluster är en Chrome-tillägg utvecklad av Rixxles, och dess huvudfunktion är "Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon".
Tilläggsskärmbilder
Ladda ner Fluster-förlängningens CRX-fil
Ladda ner Fluster-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
                        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äggande Information om Tillägg
| Namn |   |  
| ID | anmhaokhfgloeoppenpkkonjpgaonbcg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/fluster/anmhaokhfgloeoppenpkkonjpgaonbcg | 
| Beskrivning | Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon | 
| Filstorlek | 135 KB | 
| Antal Installationer | 985 | 
| Aktuell Version | 1.2.4 | 
| Senast Uppdaterad | 2023-10-29 | 
| Publiceringsdatum | 2023-10-18 | 
| Betyg | 5.00/5 Totalt 5 Betyg | 
| Utvecklare | Rixxles | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://www.roblox.com/ | 
| Stödda Språk | 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\/*"
            ]
        }
    ]
}  |  |