FreeServer

Finds free Private Servers on Roblox for free!

O que é FreeServer?

FreeServer é uma extensão do Chrome desenvolvida por https://fern.wtf, e sua principal característica é "Finds free Private Servers on Roblox for free!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FreeServer

Baixe arquivos de extensão FreeServer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
URL Oficial https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
Descrição Finds free Private Servers on Roblox for free!
Tamanho do Arquivo 236 KB
Contagem de Instalações 2,649
Versão Atual 0.13
Última Atualização 2023-05-12
Data de Publicação 2023-03-20
Classificação 4.82/5 Total de 11 Avaliações
Desenvolvedor https://fern.wtf
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Kelvinouo/FreeServer
URL da Página de Ajuda https://github.com/Kelvinouo/FreeServer/issues
URL da Página de Política de Privacidade https://fern.wtf/tos
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}