Restore Old Roblox Server List

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

Vad är Restore Old Roblox Server List?

Restore Old Roblox Server List är en Chrome-tillägg utvecklad av Lucas, och dess huvudfunktion är "Restores the old roblox server list & allows searching of User ID's in games".

Tilläggsskärmbilder

screenshot

Ladda ner Restore Old Roblox Server List-förlängningens CRX-fil

Ladda ner Restore Old Roblox Server List-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Restore Old Roblox Server List Restore Old Roblox Server List
ID aipkkddccajhejhkiefholbpknhmoaep
Officiell webbadress https://chromewebstore.google.com/detail/restore-old-roblox-server/aipkkddccajhejhkiefholbpknhmoaep
Beskrivning Restores the old roblox server list & allows searching of User ID's in games
Filstorlek 66.36 KB
Antal Installationer 46,999
Aktuell Version 2.0.0
Senast Uppdaterad 2023-07-23
Publiceringsdatum 2022-08-10
Betyg 4.32/5 Totalt 104 Betyg
Utvecklare Lucas
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://discord.gg/aYK8jmmcrJ
Stödda Språk 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"
        }
    ]
}