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
Eメール [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": [
                ""
            ]
        }
    ]
}