RoJoin

Finds a server with a certain amount of players.

ما هو RoJoin؟

RoJoin هو إضافة Chrome تم تطويرها بواسطة Winzlo، والميزة الرئيسية لها هي "Finds a server with a certain amount of players.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة RoJoin

قم بتنزيل ملفات الامتداد RoJoin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"                    

معلومات أساسية عن التمديد

الاسم RoJoin RoJoin
ID ahmalngbpblpndgdofdkjinnkcklbebh
عنوان URL الرسمي https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh
الوصف Finds a server with a certain amount of players.
حجم الملف 272 KB
عدد التثبيتات 354
النسخة الحالية 1.0.2
آخر تحديث 2021-01-18
تاريخ النشر 2021-01-06
تقييم 5.00/5 مجموع تقييمات 1
المطور Winzlo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}