FreeServer

Finds free Private Servers on Roblox for free!

什么是FreeServer?

FreeServer是由https://fern.wtf开发的Chrome扩展程序,该扩展的主要功能是“Finds free Private Servers on Roblox for free!”。

扩展截图

screenshot

下载FreeServer扩展crx文件

下载FreeServer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
官方URL https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
简介 Finds free Private Servers on Roblox for free!
文件大小 236 KB
安装次数 2,649
当前版本 0.13
更新时间 2023-05-12
上架时间 2023-03-20
评分 4.82/5 共11次评分
开发者 https://fern.wtf
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Kelvinouo/FreeServer
帮助页面URL https://github.com/Kelvinouo/FreeServer/issues
隐私政策页面URL https://fern.wtf/tos
支持的语言 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": [
                ""
            ]
        }
    ]
}