SearchBlox

Search Roblox servers for a desired player

O que é SearchBlox?

SearchBlox é uma extensão do Chrome desenvolvida por leilahmasheyo, e sua principal característica é "Search Roblox servers for a desired player".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão SearchBlox

Baixe arquivos de extensão SearchBlox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SearchBlox SearchBlox
ID pfnpibkjgkpifagdbjkckikghnhhmacp
URL Oficial https://chrome.google.com/webstore/detail/searchblox/pfnpibkjgkpifagdbjkckikghnhhmacp
Descrição Search Roblox servers for a desired player
Tamanho do Arquivo 59.07 KB
Contagem de Instalações 68,444
Versão Atual 1.3
Última Atualização 2023-03-21
Data de Publicação 2022-12-26
Classificação 3.35/5 Total de 161 Avaliações
Desenvolvedor leilahmasheyo
Tipo de Pagamento free
Site da Extensão https://discord.gg/TXszYaKSgM
URL da Página de Ajuda https://discord.gg/TXszYaKSgM
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}