RustPlusBot
This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…
Was ist RustPlusBot?
RustPlusBot ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…".
Erweiterungsscreenshots
RustPlusBot-Erweiterungs-CRX-Datei herunterladen
Laden Sie RustPlusBot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | RustPlusBot |
ID | glaggagpnhohockkchocefnanhhijdhm |
Offizielle URL | https://chromewebstore.google.com/detail/rustplusbot/glaggagpnhohockkchocefnanhhijdhm |
Beschreibung | This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.… |
Dateigröße | 32.51 KB |
Installationsanzahl | 3,214 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-01-17 |
Veröffentlichungsdatum | 2022-01-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://bot.rustplus.io |
Hilfeseite URL | https://bot.rustplus.io/help/ |
Unterstützte Sprachen | 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" ] } ] } |