FreeServer

Finds free Private Servers on Roblox for free!

FreeServer là gì?

FreeServer là một tiện ích mở rộng Chrome được phát triển bởi https://fern.wtf, và tính năng chính của nó là "Finds free Private Servers on Roblox for free!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FreeServer

Tải xuống các tệp mở rộng FreeServer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
URL Chính Thức https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
Mô tả Finds free Private Servers on Roblox for free!
Kích Thước Tệp 236 KB
Số Lần Cài Đặt 2,649
Phiên Bản Hiện Tại 0.13
Cập Nhật Lần Cuối 2023-05-12
Ngày Phát Hành 2023-03-20
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://fern.wtf
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Kelvinouo/FreeServer
URL Trang Trợ Giúp https://github.com/Kelvinouo/FreeServer/issues
URL Trang Chính Sách Bảo Mật https://fern.wtf/tos
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}