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 fripp, 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

screenshot
screenshot

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

                        Blazingly fast Roblox server searcher. Join anyone's server with an easy to use GUI!                    

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

Tên SearchBlox SearchBlox
ID blddohgncmehcepnokognejaaahehncd
URL Chính Thức https://chrome.google.com/webstore/detail/searchblox/blddohgncmehcepnokognejaaahehncd
Mô tả Search Roblox servers for a desired player
Kích Thước Tệp 57.73 KB
Số Lần Cài Đặt 280,769
Phiên Bản Hiện Tại 0.5.6
Cập Nhật Lần Cuối 2022-11-22
Ngày Phát Hành 2020-07-05
Đánh Giá 3.32/5 Tổng số 387 Đánh Giá
Nhà Phát Triển fripp
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/b46d024a-08ab-4e41-9622-fbd0e83301d3
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchBlox",
    "manifest_version": 3,
    "version": "0.5.6",
    "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\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "styles.css",
                "content.js",
                "load.js",
                "panel.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}