Fluster

Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon

Co to jest Fluster?

Fluster to rozszerzenie Chrome opracowane przez Rixxles, a jego główną funkcją jest „Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fluster

Pobierz pliki rozszerzeń Fluster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Fluster Fluster
ID anmhaokhfgloeoppenpkkonjpgaonbcg
Oficjalny URL https://chromewebstore.google.com/detail/fluster/anmhaokhfgloeoppenpkkonjpgaonbcg
Opis Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon
Rozmiar pliku 135 KB
Liczba instalacji 985
Aktualna Wersja 1.2.4
Ostatnia Aktualizacja 2023-10-29
Data Publikacji 2023-10-18
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Rixxles
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.roblox.com/
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}