Roblox Empty Servers

Lets you join an empty / smallest server in any Roblox game.

Roblox Empty Servers क्या है?

Roblox Empty Servers not द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you join an empty / smallest server in any Roblox game."।

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

screenshot

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

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

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

                        This extension will let you join an empty server / a really small server in any Roblox game. It scans all of the servers to see which one is the smallest and will join the smallest one. To join an empty / small server press the button located under the play button named "Join smallest server". You can play with your friends in small servers and if you can't afford a VIP server / the game doesn't support VIP servers this can be an alternative. 

Update: Fixed extension (Ignore negative reviews about it not working from before this update)

Current bugs:

- May be slow at times depending on how large the game you're trying to join is.

- May not work on some games, you may have to **refresh the page** and try again in a bit.

- May not work if your Roblox account age is set to under 13. (This bug will be fixed soon, apologies.)

My other Roblox extensions:
Accidentally sent a friend request to someone, and would like to cancel it? Cancel it easily with "Roblox Cancel Pending Requests" (https://chrome.google.com/webstore/detail/roblox-cancel-pending-req/lcbammllahiomehmmgknajealgajchbp)                    

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

नाम Roblox Empty Servers Roblox Empty Servers
ID dnnheiembkgmdnihkghgggcddgealbba
आधिकारिक URL https://chrome.google.com/webstore/detail/roblox-empty-servers/dnnheiembkgmdnihkghgggcddgealbba
विवरण Lets you join an empty / smallest server in any Roblox game.
फ़ाइल का आकार 49.95 KB
स्थापना संख्या 100,000
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-12-27
प्रकाशन तिथि 2021-04-08
रेटिंग 3.57/5 कुल 135 रेटिंग्स
डेवलपर not
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roblox Empty Servers",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Lets you join an empty \/ smallest server in any Roblox game.",
    "browser_action": {
        "default_icon": "\/icons\/icon128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/games\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/join.js"
            ]
        }
    ]
}