RustPlusBot

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

What is RustPlusBot?

RustPlusBot is a Chrome extension developed by Unknown, and its main feature is "This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…".

Extension Screenshots

screenshot

Download RustPlusBot Extension CRX File

Download RustPlusBot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name RustPlusBot RustPlusBot
ID glaggagpnhohockkchocefnanhhijdhm
Official URL https://chromewebstore.google.com/detail/rustplusbot/glaggagpnhohockkchocefnanhhijdhm
Description This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…
File Size 32.51 KB
Installation Count 3,214
Current Version 1.0
Last Updated 2022-01-17
Publish Date 2022-01-16
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://bot.rustplus.io
Help Page URL https://bot.rustplus.io/help/
Supported Languages 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"
            ]
        }
    ]
}