Roblox Server Finder

A server finder that attempts to find a server with a specified amount of players

Roblox Server Finder là gì?

Roblox Server Finder là một tiện ích mở rộng Chrome được phát triển bởi whim, và tính năng chính của nó là "A server finder that attempts to find a server with a specified amount of players".

Ả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 Server Finder

Tải xuống các tệp mở rộng Roblox Server Finder 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

                        What is Roblox Server Finder? Roblox Server Finder is an alternative to scrolling though ton of servers until you find the right one. It allows you to specify information such as the amount of players. Then based on your input, a fast working algorithm finds you the closest match!

How to use
1) Select Servers Tab.
2) Select amount of players with slider.
3) Press "Smart Search".
4) Join Server.


Please if you encounter any issues contact me via Email.

== Notice! ==  
Due to ROBLOX API CHANGES AGAIN! You can no longer view all of the users within a server, for now I've put a band aid fix on this release because i've been working on it for a while. However, i will be migrating to the new layout in a future update.

Thank you for continuing to use Roblox Server Finder.                    

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

Tên Roblox Server Finder Roblox Server Finder
ID mefbbckjmphgmmpfnmnliagiddhjcehb
URL Chính Thức https://chromewebstore.google.com/detail/roblox-server-finder/mefbbckjmphgmmpfnmnliagiddhjcehb
Mô tả A server finder that attempts to find a server with a specified amount of players
Kích Thước Tệp 451 KB
Số Lần Cài Đặt 104,018
Phiên Bản Hiện Tại 0.600
Cập Nhật Lần Cuối 2022-08-28
Ngày Phát Hành 2021-12-26
Đánh Giá 4.10/5 Tổng số 86 Đánh Giá
Nhà Phát Triển whim
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Roblox Server Finder",
    "description": "A server finder that attempts to find a server with a specified amount of players",
    "version": "0.600",
    "icons": {
        "16": "\/images\/preview\/16.png",
        "48": "\/images\/preview\/48.png",
        "128": "\/images\/preview\/128.png"
    },
    "action": {
        "default_popup": "\/resrce\/index.html",
        "default_icon": {
            "16": "\/images\/task\/16.png",
            "19": "\/images\/task\/19.png",
            "38": "\/images\/task\/38.png",
            "48": "\/images\/task\/48.png",
            "128": "\/images\/task\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/rbx.js",
                "\/js\/web.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/games\/*"
            ],
            "run_at": "document_end",
            "js": [
                "\/js\/inject.js"
            ]
        }
    ]
}