Roblox Empty Servers
Lets you join an empty / smallest server in any Roblox game.
Roblox Empty Serversคืออะไร?
Roblox Empty Servers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย not และคุณลักษณะหลักของมันคือ "Lets you join an empty / smallest server in any Roblox game."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox Empty Servers
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |