RoJoin
Finds a server with a certain amount of players.
Co to jest RoJoin?
RoJoin to rozszerzenie Chrome opracowane przez Winzlo, a jego główną funkcją jest „Finds a server with a certain amount of players.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RoJoin
Pobierz pliki rozszerzeń RoJoin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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"
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ahmalngbpblpndgdofdkjinnkcklbebh |
Oficjalny URL | https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh |
Opis | Finds a server with a certain amount of players. |
Rozmiar pliku | 272 KB |
Liczba instalacji | 354 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2021-01-18 |
Data Publikacji | 2021-01-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Winzlo |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |