RoJoin
Finds a server with a certain amount of players.
Wat is RoJoin?
RoJoin is een Chrome-extensie ontwikkeld door Winzlo, en de belangrijkste functie is "Finds a server with a certain amount of players.".
Extensie Screenshots
Download het CRX-bestand van de extensie RoJoin
Download RoJoin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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"
Basisinformatie over de Extensie
Naam | |
ID | ahmalngbpblpndgdofdkjinnkcklbebh |
Officiële URL | https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh |
Beschrijving | Finds a server with a certain amount of players. |
Bestandsgrootte | 272 KB |
Aantal Installaties | 354 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-01-18 |
Publicatiedatum | 2021-01-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Winzlo |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |