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 |
官方網址 | 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" ] } ] } |