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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}