SearchBlox

Search Roblox servers for a desired player

Apa itu SearchBlox?

SearchBlox adalah ekstensi Chrome yang dikembangkan oleh leilahmasheyo, dan fitur utamanya adalah "Search Roblox servers for a desired player".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi SearchBlox

Unduh file ekstensi SearchBlox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SearchBlox SearchBlox
ID pfnpibkjgkpifagdbjkckikghnhhmacp
URL Resmi https://chrome.google.com/webstore/detail/searchblox/pfnpibkjgkpifagdbjkckikghnhhmacp
Deskripsi Search Roblox servers for a desired player
Ukuran File 59.07 KB
Jumlah Instalasi 68,444
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-03-21
Tanggal Publikasi 2022-12-26
Penilaian 3.35/5 Total 161 Penilaian
Pengembang leilahmasheyo
Tipe Pembayaran free
Situs Ekstensi https://discord.gg/TXszYaKSgM
URL Halaman Bantuan https://discord.gg/TXszYaKSgM
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}