RustPlusBot
This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…
RustPlusBotとは何ですか?
RustPlusBotはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…」です。
拡張機能のスクリーンショット
RustPlusBot拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } ] } |