Roblox Empty Servers
Lets you join an empty / smallest server in any Roblox game.
什么是Roblox Empty Servers?
Roblox Empty Servers是由not开发的Chrome扩展程序,该扩展的主要功能是“Lets you join an empty / smallest server in any Roblox game.”。
扩展截图
下载Roblox Empty Servers扩展crx文件
下载Roblox Empty Servers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will let you join an empty server / a really small server in any Roblox game. It scans all of the servers to see which one is the smallest and will join the smallest one. To join an empty / small server press the button located under the play button named "Join smallest server". You can play with your friends in small servers and if you can't afford a VIP server / the game doesn't support VIP servers this can be an alternative. Update: Fixed extension (Ignore negative reviews about it not working from before this update) Current bugs: - May be slow at times depending on how large the game you're trying to join is. - May not work on some games, you may have to **refresh the page** and try again in a bit. - May not work if your Roblox account age is set to under 13. (This bug will be fixed soon, apologies.) My other Roblox extensions: Accidentally sent a friend request to someone, and would like to cancel it? Cancel it easily with "Roblox Cancel Pending Requests" (https://chrome.google.com/webstore/detail/roblox-cancel-pending-req/lcbammllahiomehmmgknajealgajchbp)
扩展基本信息
名称 | |
ID | dnnheiembkgmdnihkghgggcddgealbba |
官方URL | https://chrome.google.com/webstore/detail/roblox-empty-servers/dnnheiembkgmdnihkghgggcddgealbba |
简介 | Lets you join an empty / smallest server in any Roblox game. |
文件大小 | 49.95 KB |
安装次数 | 100,000 |
当前版本 | 1.3 |
更新时间 | 2021-12-27 |
上架时间 | 2021-04-08 |
评分 | 3.57/5 共135次评分 |
开发者 | not |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roblox Empty Servers", "version": "1.3", "manifest_version": 2, "description": "Lets you join an empty \/ smallest server in any Roblox game.", "browser_action": { "default_icon": "\/icons\/icon128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.roblox.com\/games\/*" ], "run_at": "document_end", "js": [ "js\/join.js" ] } ] } |