RoJoin
Finds a server with a certain amount of players.
Hvad er RoJoin?
RoJoin er en Chrome-udvidelse udviklet af Winzlo, og dens hovedfunktion er "Finds a server with a certain amount of players.".
Udvidelsesskærmbilleder
Download RoJoin-udvidelses-CRX-fil
Download RoJoin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | ahmalngbpblpndgdofdkjinnkcklbebh |
Officiel URL | https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh |
Beskrivelse | Finds a server with a certain amount of players. |
Filstørrelse | 272 KB |
Antal Installationer | 354 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2021-01-18 |
Udgivelsesdato | 2021-01-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Winzlo |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |