FreeServer

Finds free Private Servers on Roblox for free!

FreeServerคืออะไร?

FreeServer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fern.wtf และคุณลักษณะหลักของมันคือ "Finds free Private Servers on Roblox for free!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FreeServer

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}