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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        **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
عنوان صفحة المساعدة https://github.com/Kelvinouo/FreeServer/issues
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}