FreeServer

Finds free Private Servers on Roblox for free!

Cos'è FreeServer?

FreeServer è un'estensione di Chrome sviluppata da https://fern.wtf, e la sua funzione principale è "Finds free Private Servers on Roblox for free!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FreeServer

Scarica i file di estensione FreeServer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
URL Ufficiale https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
Descrizione Finds free Private Servers on Roblox for free!
Dimensione del File 236 KB
Conteggio Installazioni 2,649
Versione Corrente 0.13
Ultimo Aggiornamento 2023-05-12
Data di Pubblicazione 2023-03-20
Valutazione 4.82/5 Totale 11 Valutazioni
Sviluppatore https://fern.wtf
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Kelvinouo/FreeServer
URL della Pagina di Aiuto https://github.com/Kelvinouo/FreeServer/issues
URL della Pagina della Politica sulla Privacy https://fern.wtf/tos
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}