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
官方網址 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": [
                ""
            ]
        }
    ]
}