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 |
| Eメール | [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\/*"
]
}
]
} | |