FreeServer

Finds free Private Servers on Roblox for free!

Co to jest FreeServer?

FreeServer to rozszerzenie Chrome opracowane przez https://fern.wtf, a jego główną funkcją jest „Finds free Private Servers on Roblox for free!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FreeServer

Pobierz pliki rozszerzeń FreeServer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
Oficjalny URL https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
Opis Finds free Private Servers on Roblox for free!
Rozmiar pliku 236 KB
Liczba instalacji 2,649
Aktualna Wersja 0.13
Ostatnia Aktualizacja 2023-05-12
Data Publikacji 2023-03-20
Ocena 4.82/5 Łącznie 11 Oceny
Deweloper https://fern.wtf
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Kelvinouo/FreeServer
Adres URL Strony Pomocy https://github.com/Kelvinouo/FreeServer/issues
Adres URL Strony Polityki Prywatności https://fern.wtf/tos
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}