RoJoin
Finds a server with a certain amount of players.
Qu'est-ce que RoJoin ?
RoJoin est une extension Chrome développée par Winzlo, et sa fonction principale est "Finds a server with a certain amount of players.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RoJoin
Téléchargez les fichiers d'extension RoJoin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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"
Informations de Base sur l'Extension
Nom | |
ID | ahmalngbpblpndgdofdkjinnkcklbebh |
URL Officiel | https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh |
Description | Finds a server with a certain amount of players. |
Taille du Fichier | 272 KB |
Nombre d'Installations | 354 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2021-01-18 |
Date de Publication | 2021-01-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Winzlo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |