RoSearcher
Search through the game servers for a player!
Τι είναι το RoSearcher;
Το RoSearcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον roblox-extensions, και η κύρια λειτουργία του είναι "Search through the game servers for a player!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RoSearcher
Λήψη αρχείων επέκτασης 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 |
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\/*" ] } ] } |