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文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}