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 |
电子邮箱 | [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" ] } ] } |