Fluster

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

Flusterคืออะไร?

Fluster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rixxles และคุณลักษณะหลักของมันคือ "Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fluster

ดาวน์โหลดไฟล์ส่วนขยาย Fluster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fluster Fluster
ID anmhaokhfgloeoppenpkkonjpgaonbcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fluster/anmhaokhfgloeoppenpkkonjpgaonbcg
คำอธิบาย Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 985
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2023-10-29
วันที่เผยแพร่ 2023-10-18
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Rixxles
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.roblox.com/
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}