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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |