Restore Old Roblox Server List

Restores the old roblox server list & allows searching of User ID's in games

Cos'è Restore Old Roblox Server List?

Restore Old Roblox Server List è un'estensione di Chrome sviluppata da Lucas, e la sua funzione principale è "Restores the old roblox server list & allows searching of User ID's in games".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Restore Old Roblox Server List

Scarica i file di estensione Restore Old Roblox Server List in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Fast server & user searcher to bring back the old roblox server list
(User searching may false positive with default avatars)

Support Server:
https://discord.gg/aYK8jmmcrJ
Firefox Version:
https://addons.mozilla.org/en-US/firefox/addon/restore-old-roblox-server-list                    

Informazioni di Base sull'Estensione

Nome Restore Old Roblox Server List Restore Old Roblox Server List
ID aipkkddccajhejhkiefholbpknhmoaep
URL Ufficiale https://chromewebstore.google.com/detail/restore-old-roblox-server/aipkkddccajhejhkiefholbpknhmoaep
Descrizione Restores the old roblox server list & allows searching of User ID's in games
Dimensione del File 66.36 KB
Conteggio Installazioni 46,999
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-07-23
Data di Pubblicazione 2022-08-10
Valutazione 4.32/5 Totale 104 Valutazioni
Sviluppatore Lucas
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://discord.gg/aYK8jmmcrJ
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Restore Old Roblox Server List",
    "description": "Restores the old roblox server list & allows searching of User ID's in games",
    "author": "Lucas",
    "version": "2.0.0",
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "action": {
        "default_icon": "images\/128x128.png",
        "default_title": "Settings",
        "default_popup": "html\/settings.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/games\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "html\/main.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libraries\/jquery-3.6.1.min.js",
                "js\/pages\/content.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/games\/*"
            ],
            "run_at": "document_end"
        }
    ]
}