RustPlusBot

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

Qu'est-ce que RustPlusBot ?

RustPlusBot est une extension Chrome développée par Unknown, et sa fonction principale est "This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RustPlusBot

Téléchargez les fichiers d'extension RustPlusBot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom RustPlusBot RustPlusBot
ID glaggagpnhohockkchocefnanhhijdhm
URL Officiel 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.…
Taille du Fichier 32.51 KB
Nombre d'Installations 3,214
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-17
Date de Publication 2022-01-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bot.rustplus.io
URL de la Page d'Aide https://bot.rustplus.io/help/
Langues Prises en Charge 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"
            ]
        }
    ]
}