RoJoin

Finds a server with a certain amount of players.

Что такое RoJoin?

RoJoin - это расширение Chrome, разработанное Winzlo, и его основная функция - "Finds a server with a certain amount of players.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения RoJoin

Скачайте файлы расширений RoJoin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Finds a server with a certain amount of players. Simply type the number of players you wish a server to have and press join, if it does not find a server with the specified amount of players it will display "None Found"                    

Основная информация о расширении

Название RoJoin RoJoin
ID ahmalngbpblpndgdofdkjinnkcklbebh
Официальный URL https://chromewebstore.google.com/detail/rojoin/ahmalngbpblpndgdofdkjinnkcklbebh
Описание Finds a server with a certain amount of players.
Размер файла 272 KB
Количество установок 354
Текущая Версия 1.0.2
Последнее Обновление 2021-01-18
Дата публикации 2021-01-06
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Winzlo
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RoJoin",
    "version": "1.0.2",
    "description": "Finds a server with a certain amount of players.",
    "icons": {
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/games\/*"
            ],
            "js": [
                "rojoin.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.roblox.com\/games\/*"
    ]
}