RoJoin

Finds a server with a certain amount of players.

Apa itu RoJoin?

RoJoin adalah ekstensi Chrome yang dikembangkan oleh Winzlo, dan fitur utamanya adalah "Finds a server with a certain amount of players.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RoJoin

Unduh file ekstensi RoJoin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama RoJoin RoJoin
ID ahmalngbpblpndgdofdkjinnkcklbebh
URL Resmi https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh
Deskripsi Finds a server with a certain amount of players.
Ukuran File 272 KB
Jumlah Instalasi 354
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-01-18
Tanggal Publikasi 2021-01-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Winzlo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}