SearchBlox

Search Roblox servers for a desired player

Was ist SearchBlox?

SearchBlox ist eine Chrome-Erweiterung, die von leilahmasheyo entwickelt wurde, und ihr Hauptmerkmal ist "Search Roblox servers for a desired player".

Erweiterungsscreenshots

SearchBlox-Erweiterungs-CRX-Datei herunterladen

Laden Sie SearchBlox-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

                        Donations are appreciated :c
https://www.roblox.com/groups/16854246/SearchBlox#!/store

Tutorial: Go to the game where the person you want to find is in, go to the servers option in Roblox and there will be a box for you to type the name of whoever you need to find then it will automatically show you the server highlighted by a green box for you to easily join your friend.

UPDATE: FIXED AFTER ROBLOX'S SHITTY UPDATE.
Video Tutorial: https://www.youtube.com/watch?v=FrnfGFVfZ_k
Support Server: https://discord.gg/TXszYaKSgM                    

Grundlegende Informationen zur Erweiterung

Name SearchBlox SearchBlox
ID pfnpibkjgkpifagdbjkckikghnhhmacp
Offizielle URL https://chrome.google.com/webstore/detail/searchblox/pfnpibkjgkpifagdbjkckikghnhhmacp
Beschreibung Search Roblox servers for a desired player
Dateigröße 59.07 KB
Installationsanzahl 68,444
Aktuelle Version 1.3
Letztes Update 2023-03-21
Veröffentlichungsdatum 2022-12-26
Bewertung 3.35/5 Insgesamt 161 Bewertungen
Entwickler leilahmasheyo
Zahlungsart free
Erweiterungswebsite https://discord.gg/TXszYaKSgM
Hilfeseite URL https://discord.gg/TXszYaKSgM
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchBlox",
    "manifest_version": 3,
    "version": "1.3",
    "description": "Search Roblox servers for a desired player",
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.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": [
                ""
            ]
        }
    ]
}