RoJoin

Finds a server with a certain amount of players.

Vad är RoJoin?

RoJoin är en Chrome-tillägg utvecklad av Winzlo, och dess huvudfunktion är "Finds a server with a certain amount of players.".

Tilläggsskärmbilder

screenshot

Ladda ner RoJoin-förlängningens CRX-fil

Ladda ner RoJoin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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"                    

Grundläggande Information om Tillägg

Namn RoJoin RoJoin
ID ahmalngbpblpndgdofdkjinnkcklbebh
Officiell webbadress https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh
Beskrivning Finds a server with a certain amount of players.
Filstorlek 272 KB
Antal Installationer 354
Aktuell Version 1.0.2
Senast Uppdaterad 2021-01-18
Publiceringsdatum 2021-01-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Winzlo
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}