FreeServer

Finds free Private Servers on Roblox for free!

Wat is FreeServer?

FreeServer is een Chrome-extensie ontwikkeld door https://fern.wtf, en de belangrijkste functie is "Finds free Private Servers on Roblox for free!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FreeServer

Download FreeServer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        **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                    

Basisinformatie over de Extensie

Naam FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
Officiële URL https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
Beschrijving Finds free Private Servers on Roblox for free!
Bestandsgrootte 236 KB
Aantal Installaties 2,649
Huidige Versie 0.13
Laatst Bijgewerkt 2023-05-12
Publicatiedatum 2023-03-20
Beoordeling 4.82/5 Totaal 11 Beoordelingen
Ontwikkelaar https://fern.wtf
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Kelvinouo/FreeServer
Help Pagina-URL https://github.com/Kelvinouo/FreeServer/issues
URL van de Privacybeleid Pagina https://fern.wtf/tos
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}