RustPlusBot

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

Hvad er RustPlusBot?

RustPlusBot er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…".

Udvidelsesskærmbilleder

screenshot

Download RustPlusBot-udvidelses-CRX-fil

Download RustPlusBot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn RustPlusBot RustPlusBot
ID glaggagpnhohockkchocefnanhhijdhm
Officiel URL https://chromewebstore.google.com/detail/rustplusbot/glaggagpnhohockkchocefnanhhijdhm
Beskrivelse This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…
Filstørrelse 32.51 KB
Antal Installationer 3,214
Nuværende Version 1.0
Senest Opdateret 2022-01-17
Udgivelsesdato 2022-01-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://bot.rustplus.io
Hjælpeside-URL https://bot.rustplus.io/help/
Understøttede Sprog 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"
            ]
        }
    ]
}