SearchBlox

Search Roblox servers for a desired player

¿Qué es SearchBlox?

SearchBlox es una extensión de Chrome desarrollada por leilahmasheyo, y su función principal es "Search Roblox servers for a desired player".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión SearchBlox

Descarga archivos de extensión SearchBlox en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre SearchBlox SearchBlox
ID pfnpibkjgkpifagdbjkckikghnhhmacp
URL Oficial https://chrome.google.com/webstore/detail/searchblox/pfnpibkjgkpifagdbjkckikghnhhmacp
Descripción Search Roblox servers for a desired player
Tamaño del Archivo 59.07 KB
Cantidad de Instalaciones 68,444
Versión Actual 1.3
Última Actualización 2023-03-21
Fecha de Publicación 2022-12-26
Calificación 3.35/5 Total de 161 Calificaciones
Desarrollador leilahmasheyo
Tipo de Pago free
Sitio Web de la Extensión https://discord.gg/TXszYaKSgM
URL de la Página de Ayuda https://discord.gg/TXszYaKSgM
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}