SearchBlox

Search Roblox servers for a desired player

What is SearchBlox?

SearchBlox is a Chrome extension developed by fripp, and its main feature is "Search Roblox servers for a desired player".

Extension Screenshots

screenshot
screenshot

Download SearchBlox Extension CRX File

Download SearchBlox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SearchBlox SearchBlox
ID blddohgncmehcepnokognejaaahehncd
Official URL https://chrome.google.com/webstore/detail/searchblox/blddohgncmehcepnokognejaaahehncd
Description Search Roblox servers for a desired player
File Size 57.73 KB
Installation Count 280,769
Current Version 0.5.6
Last Updated 2022-11-22
Publish Date 2020-07-05
Rating 3.32/5 Total 387 Ratings
Developer fripp
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/b46d024a-08ab-4e41-9622-fbd0e83301d3
Supported Languages 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": [
                ""
            ]
        }
    ]
}