RoJoin

Finds a server with a certain amount of players.

RoJoin là gì?

RoJoin là một tiện ích mở rộng Chrome được phát triển bởi Winzlo, và tính năng chính của nó là "Finds a server with a certain 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 RoJoin

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

                        Finds a server with a certain amount of players. Simply type the number of players you wish a server to have and press join, if it does not find a server with the specified amount of players it will display "None Found"                    

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

Tên RoJoin RoJoin
ID ahmalngbpblpndgdofdkjinnkcklbebh
URL Chính Thức https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh
Mô tả Finds a server with a certain amount of players.
Kích Thước Tệp 272 KB
Số Lần Cài Đặt 354
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-01-18
Ngày Phát Hành 2021-01-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Winzlo
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",
    "manifest_version": 2,
    "name": "RoJoin",
    "version": "1.0.2",
    "description": "Finds a server with a certain amount of players.",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/games\/*"
            ],
            "js": [
                "rojoin.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.roblox.com\/games\/*"
    ]
}