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": [
                ""
            ]
        }
    ]
}