RoSearcher

Search through the game servers for a player!

Cos'è RoSearcher?

RoSearcher è un'estensione di Chrome sviluppata da roblox-extensions, e la sua funzione principale è "Search through the game servers for a player!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RoSearcher

Scarica i file di estensione RoSearcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome RoSearcher RoSearcher
ID kogoeldkgknjbdajddjjfijggnpcffib
URL Ufficiale https://chromewebstore.google.com/detail/rosearcher/kogoeldkgknjbdajddjjfijggnpcffib
Descrizione Search through the game servers for a player!
Dimensione del File 53.39 KB
Conteggio Installazioni 432,091
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-02-22
Data di Pubblicazione 2021-08-09
Valutazione 2.25/5 Totale 574 Valutazioni
Sviluppatore roblox-extensions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ThePotato97/RoSearcher
URL della Pagina di Aiuto https://github.com/ThePotato97/RoSearcher/issues
URL della Pagina della Politica sulla Privacy https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy
Lingue Supportate 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\/*"
            ]
        }
    ]
}