RoJoin

Finds a server with a certain amount of players.

What is RoJoin?

RoJoin is a Chrome extension developed by Winzlo, and its main feature is "Finds a server with a certain amount of players.".

Extension Screenshots

screenshot

Download RoJoin Extension CRX File

Download RoJoin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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"                    

Extension Basic Information

Name RoJoin RoJoin
ID ahmalngbpblpndgdofdkjinnkcklbebh
Official URL https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh
Description Finds a server with a certain amount of players.
File Size 272 KB
Installation Count 354
Current Version 1.0.2
Last Updated 2021-01-18
Publish Date 2021-01-06
Rating 5.00/5 Total 1 Ratings
Developer Winzlo
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}