RoJoin
Finds a server with a certain amount of players.
Was ist RoJoin?
RoJoin ist eine Chrome-Erweiterung, die von Winzlo entwickelt wurde, und ihr Hauptmerkmal ist "Finds a server with a certain amount of players.".
Erweiterungsscreenshots
RoJoin-Erweiterungs-CRX-Datei herunterladen
Laden Sie RoJoin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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" Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ahmalngbpblpndgdofdkjinnkcklbebh |
| Offizielle URL | https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh |
| Beschreibung | Finds a server with a certain amount of players. |
| Dateigröße | 272 KB |
| Installationsanzahl | 354 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2021-01-18 |
| Veröffentlichungsdatum | 2021-01-06 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Winzlo |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |