SearchBlox

Search Roblox servers for a desired player

Τι είναι το SearchBlox;

Το SearchBlox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον leilahmasheyo, και η κύρια λειτουργία του είναι "Search Roblox servers for a desired player".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης SearchBlox

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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": [
                ""
            ]
        }
    ]
}