SearchBlox

Search Roblox servers for a desired player

什麼是SearchBlox?

SearchBlox是由leilahmasheyo開發的Chrome擴展程式,該擴展的主要功能是“Search Roblox servers for a desired player”。

擴展截圖

下載SearchBlox擴展crx文件

下載SearchBlox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 SearchBlox SearchBlox
ID pfnpibkjgkpifagdbjkckikghnhhmacp
官方網址 https://chrome.google.com/webstore/detail/searchblox/pfnpibkjgkpifagdbjkckikghnhhmacp
簡介 Search Roblox servers for a desired player
檔案大小 59.07 KB
安裝次數 68,444
目前版本 1.3
更新時間 2023-03-21
上架時間 2022-12-26
評分 3.35/5 共 161 次評分
開發者 leilahmasheyo
付費類型 free
擴展官網 https://discord.gg/TXszYaKSgM
說明頁面URL https://discord.gg/TXszYaKSgM
支援的語言 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": [
                ""
            ]
        }
    ]
}