RoSearcher

Search through the game servers for a player!

RoSearcher란 무엇입니까?

RoSearcher은(는) roblox-extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search through the game servers for a player!"입니다.

확장 프로그램 스크린샷

screenshot

RoSearcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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