SearchBlox

Search Roblox servers for a desired player

SearchBloxคืออะไร?

SearchBlox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leilahmasheyo และคุณลักษณะหลักของมันคือ "Search Roblox servers for a desired player"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SearchBlox

ดาวน์โหลดไฟล์ส่วนขยาย SearchBlox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Donations are appreciated :c
https://www.roblox.com/groups/16854246/SearchBlox#!/store

Tutorial: Go to the game where the person you want to find is in, go to the servers option in Roblox and there will be a box for you to type the name of whoever you need to find then it will automatically show you the server highlighted by a green box for you to easily join your friend.

UPDATE: FIXED AFTER ROBLOX'S SHITTY UPDATE.
Video Tutorial: https://www.youtube.com/watch?v=FrnfGFVfZ_k
Support Server: https://discord.gg/TXszYaKSgM                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SearchBlox SearchBlox
ID pfnpibkjgkpifagdbjkckikghnhhmacp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/searchblox/pfnpibkjgkpifagdbjkckikghnhhmacp
คำอธิบาย Search Roblox servers for a desired player
ขนาดไฟล์ 59.07 KB
จำนวนการติดตั้ง 68,444
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-03-21
วันที่เผยแพร่ 2022-12-26
คะแนน 3.35/5 รวมทั้งหมด 161 คะแนน
ผู้พัฒนา leilahmasheyo
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://discord.gg/TXszYaKSgM
URL หน้าช่วยเหลือ https://discord.gg/TXszYaKSgM
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchBlox",
    "manifest_version": 3,
    "version": "1.3",
    "description": "Search Roblox servers for a desired player",
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/games\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "styles.css",
                "content.js",
                "load.js",
                "panel.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}