RoSearcher
Search through the game servers for a player!
Was ist RoSearcher?
RoSearcher ist eine Chrome-Erweiterung, die von roblox-extensions entwickelt wurde, und ihr Hauptmerkmal ist "Search through the game servers for a player!".
Erweiterungsscreenshots
RoSearcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie RoSearcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | RoSearcher |
ID | kogoeldkgknjbdajddjjfijggnpcffib |
Offizielle URL | https://chromewebstore.google.com/detail/rosearcher/kogoeldkgknjbdajddjjfijggnpcffib |
Beschreibung | Search through the game servers for a player! |
Dateigröße | 53.39 KB |
Installationsanzahl | 432,091 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2023-02-22 |
Veröffentlichungsdatum | 2021-08-09 |
Bewertung | 2.25/5 Insgesamt 574 Bewertungen |
Entwickler | roblox-extensions |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ThePotato97/RoSearcher |
Hilfeseite URL | https://github.com/ThePotato97/RoSearcher/issues |
URL der Datenschutzrichtlinien-Seite | https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy |
Unterstützte Sprachen | 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\/*" ] } ] } |