RoSearcher

Search through the game servers for a player!

RoSearcher क्या है?

RoSearcher roblox-extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search through the game servers for a player!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RoSearcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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\/*"
            ]
        }
    ]
}