FreeServer

Finds free Private Servers on Roblox for free!

Qu'est-ce que FreeServer ?

FreeServer est une extension Chrome développée par https://fern.wtf, et sa fonction principale est "Finds free Private Servers on Roblox for free!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FreeServer

Téléchargez les fichiers d'extension FreeServer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
URL Officiel https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
Description Finds free Private Servers on Roblox for free!
Taille du Fichier 236 KB
Nombre d'Installations 2,649
Version Actuelle 0.13
Dernière Mise à Jour 2023-05-12
Date de Publication 2023-03-20
Évaluation 4.82/5 Total 11 Évaluations
Développeur https://fern.wtf
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Kelvinouo/FreeServer
URL de la Page d'Aide https://github.com/Kelvinouo/FreeServer/issues
URL de la Page de Politique de Confidentialité https://fern.wtf/tos
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}