Restore Old Roblox Server List

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

Restore Old Roblox Server List क्या है?

Restore Old Roblox Server List Lucas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Restores the old roblox server list & allows searching of User ID's in games"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Restore Old Roblox Server List एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Restore Old Roblox Server List Restore Old Roblox Server List
ID aipkkddccajhejhkiefholbpknhmoaep
आधिकारिक URL https://chromewebstore.google.com/detail/restore-old-roblox-server/aipkkddccajhejhkiefholbpknhmoaep
विवरण Restores the old roblox server list & allows searching of User ID's in games
फ़ाइल का आकार 66.36 KB
स्थापना संख्या 46,999
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-07-23
प्रकाशन तिथि 2022-08-10
रेटिंग 4.32/5 कुल 104 रेटिंग्स
डेवलपर Lucas
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://discord.gg/aYK8jmmcrJ
समर्थित भाषाएँ 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"
        }
    ]
}