SearchBlox

Search Roblox servers for a desired player

SearchBlox là gì?

SearchBlox là một tiện ích mở rộng Chrome được phát triển bởi leilahmasheyo, và tính năng chính của nó là "Search Roblox servers for a desired player".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng SearchBlox

Tải xuống các tệp mở rộng SearchBlox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SearchBlox SearchBlox
ID pfnpibkjgkpifagdbjkckikghnhhmacp
URL Chính Thức https://chrome.google.com/webstore/detail/searchblox/pfnpibkjgkpifagdbjkckikghnhhmacp
Mô tả Search Roblox servers for a desired player
Kích Thước Tệp 59.07 KB
Số Lần Cài Đặt 68,444
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-03-21
Ngày Phát Hành 2022-12-26
Đánh Giá 3.35/5 Tổng số 161 Đánh Giá
Nhà Phát Triển leilahmasheyo
Loại Thanh Toán free
Trang Web Mở Rộng https://discord.gg/TXszYaKSgM
URL Trang Trợ Giúp https://discord.gg/TXszYaKSgM
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}