RoSearcher
Search through the game servers for a player!
Qu'est-ce que RoSearcher ?
RoSearcher est une extension Chrome développée par roblox-extensions, et sa fonction principale est "Search through the game servers for a player!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RoSearcher
Téléchargez les fichiers d'extension RoSearcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | RoSearcher |
ID | kogoeldkgknjbdajddjjfijggnpcffib |
URL Officiel | https://chromewebstore.google.com/detail/rosearcher/kogoeldkgknjbdajddjjfijggnpcffib |
Description | Search through the game servers for a player! |
Taille du Fichier | 53.39 KB |
Nombre d'Installations | 432,091 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2023-02-22 |
Date de Publication | 2021-08-09 |
Évaluation | 2.25/5 Total 574 Évaluations |
Développeur | roblox-extensions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ThePotato97/RoSearcher |
URL de la Page d'Aide | https://github.com/ThePotato97/RoSearcher/issues |
URL de la Page de Politique de Confidentialité | https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy |
Langues Prises en Charge | 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\/*" ] } ] } |