RoSearcher

Search through the game servers for a player!

RoSearcherคืออะไร?

RoSearcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย roblox-extensions และคุณลักษณะหลักของมันคือ "Search through the game servers for a player!"

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

screenshot

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

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

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

                        Updated for the new roblox games API & temporary fix for the new server list until roblox ends the a/b testing

after that is pushed RIP RoSearcher 2019-2022 🫡🪦

RoSearcher is an extension to join your friends who have set their joins to no one.

Instructions:
1. Ask your friend who has their joins off to send you a link to their current game.
2. Enter their username or ID into the search field
3. Click join when RoSearcher has found their server.

Do not request for me to add the ability to find what game people are in.

(Requests Place IDs from gist for internal usage)                    

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

ชื่อ RoSearcher RoSearcher
ID kogoeldkgknjbdajddjjfijggnpcffib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rosearcher/kogoeldkgknjbdajddjjfijggnpcffib
คำอธิบาย Search through the game servers for a player!
ขนาดไฟล์ 53.39 KB
จำนวนการติดตั้ง 432,091
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-02-22
วันที่เผยแพร่ 2021-08-09
คะแนน 2.25/5 รวมทั้งหมด 574 คะแนน
ผู้พัฒนา roblox-extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ThePotato97/RoSearcher
URL หน้าช่วยเหลือ https://github.com/ThePotato97/RoSearcher/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoSearcher",
    "manifest_version": 3,
    "version": "2.0.0",
    "description": "Search through the game servers for a player!",
    "icons": {
        "128": "images\/icon.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": [
                "https:\/\/*.roblox.com\/*"
            ]
        }
    ]
}