RustPlusBot

This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…

Что такое RustPlusBot?

RustPlusBot - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…".

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

screenshot

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

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

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

                        This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.

How to use?

Click on the extension icon to be redirected to Rust+ login page and login using Steam. You can also login from your Discord setup page located at https://bot.rustplus.io                    

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

Название RustPlusBot RustPlusBot
ID glaggagpnhohockkchocefnanhhijdhm
Официальный URL https://chromewebstore.google.com/detail/rustplusbot/glaggagpnhohockkchocefnanhhijdhm
Описание This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…
Размер файла 32.51 KB
Количество установок 3,214
Текущая Версия 1.0
Последнее Обновление 2022-01-17
Дата публикации 2022-01-16
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://bot.rustplus.io
URL страницы помощи https://bot.rustplus.io/help/
Поддерживаемые языки en-US
manifest.json
{
    "action": {
        "default_icon": "icons\/rustplusbot_256.png",
        "default_title": "Login to Steam to activate RustPlusBot"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "addon.js"
            ],
            "matches": [
                "https:\/\/companion-rust.facepunch.com\/*",
                "http:\/\/bot.rustplus.io\/*",
                "https:\/\/bot.rustplus.io\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/rustplusbot_16.png",
        "32": "icons\/rustplusbot_32.png",
        "48": "icons\/rustplusbot_48.png",
        "64": "icons\/rustplusbot_64.png",
        "128": "icons\/rustplusbot_128.png",
        "256": "icons\/rustplusbot_256.png"
    },
    "manifest_version": 3,
    "name": "RustPlusBot",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/companion-rust.facepunch.com\/*"
            ],
            "resources": [
                "worker.js"
            ]
        }
    ]
}