RoJoin
Finds a server with a certain amount of players.
Cos'è RoJoin?
RoJoin è un'estensione di Chrome sviluppata da Winzlo, e la sua funzione principale è "Finds a server with a certain amount of players.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RoJoin
Scarica i file di estensione RoJoin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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"
Informazioni di Base sull'Estensione
Nome | |
ID | ahmalngbpblpndgdofdkjinnkcklbebh |
URL Ufficiale | https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh |
Descrizione | Finds a server with a certain amount of players. |
Dimensione del File | 272 KB |
Conteggio Installazioni | 354 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2021-01-18 |
Data di Pubblicazione | 2021-01-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Winzlo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |