Fluster
Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon
什么是Fluster?
Fluster是由Rixxles开发的Chrome扩展程序,该扩展的主要功能是“Allows to join ROBLOX games from the website with the Fluster / UWP Game Client, support for joining friends & more coming soon”。
扩展截图
下载Fluster扩展crx文件
下载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! 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |