FreeServer

Finds free Private Servers on Roblox for free!

What is FreeServer?

FreeServer is a Chrome extension developed by https://fern.wtf, and its main feature is "Finds free Private Servers on Roblox for free!".

Extension Screenshots

screenshot

Download FreeServer Extension CRX File

Download FreeServer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        **Make sure that you installed BTRblox before using this plugin**

FAQ:

Q:What does this plugin do?
A:This plugin can provide you free robux vip server

Q:Why it doesn't display any free vip server?

A:If the plugin can't get any vip server from the provide server, it will not display anything.

official github: https://github.com/Kelvinouo/FreeServer                    

Extension Basic Information

Name FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
Official URL https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
Description Finds free Private Servers on Roblox for free!
File Size 236 KB
Installation Count 2,649
Current Version 0.13
Last Updated 2023-05-12
Publish Date 2023-03-20
Rating 4.82/5 Total 11 Ratings
Developer https://fern.wtf
Email [email protected]
Payment Type free
Extension Website https://github.com/Kelvinouo/FreeServer
Help Page URL https://github.com/Kelvinouo/FreeServer/issues
Privacy Policy Page URL https://fern.wtf/tos
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreeServer",
    "action": [],
    "manifest_version": 3,
    "version": "0.13",
    "description": "Finds free Private Servers on Roblox for free!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js"
            ],
            "matches": [
                "https:\/\/*.roblox.com\/games\/*"
            ]
        }
    ],
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/games\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "css\/*.css",
                "js\/*.js",
                "load.js",
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}