FreeServer

Finds free Private Servers on Roblox for free!

Vad är FreeServer?

FreeServer är en Chrome-tillägg utvecklad av https://fern.wtf, och dess huvudfunktion är "Finds free Private Servers on Roblox for free!".

Tilläggsskärmbilder

screenshot

Ladda ner FreeServer-förlängningens CRX-fil

Ladda ner FreeServer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
Officiell webbadress https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
Beskrivning Finds free Private Servers on Roblox for free!
Filstorlek 236 KB
Antal Installationer 2,649
Aktuell Version 0.13
Senast Uppdaterad 2023-05-12
Publiceringsdatum 2023-03-20
Betyg 4.82/5 Totalt 11 Betyg
Utvecklare https://fern.wtf
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Kelvinouo/FreeServer
Hjälpsida URL https://github.com/Kelvinouo/FreeServer/issues
URL till Sekretesspolicy Sidan https://fern.wtf/tos
Stödda Språk 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": [
                ""
            ]
        }
    ]
}