Roblox Empty Servers

Lets you join an empty / smallest server in any Roblox game.

Roblox Empty Servers là gì?

Roblox Empty Servers là một tiện ích mở rộng Chrome được phát triển bởi not, và tính năng chính của nó là "Lets you join an empty / smallest server in any Roblox game.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Roblox Empty Servers

Tải xuống các tệp mở rộng Roblox Empty Servers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Roblox Empty Servers Roblox Empty Servers
ID dnnheiembkgmdnihkghgggcddgealbba
URL Chính Thức https://chrome.google.com/webstore/detail/roblox-empty-servers/dnnheiembkgmdnihkghgggcddgealbba
Mô tả Lets you join an empty / smallest server in any Roblox game.
Kích Thước Tệp 49.95 KB
Số Lần Cài Đặt 100,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-12-27
Ngày Phát Hành 2021-04-08
Đánh Giá 3.57/5 Tổng số 135 Đánh Giá
Nhà Phát Triển not
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}