RustPlusBot
This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…
RustPlusBot là gì?
RustPlusBot là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RustPlusBot
Tải xuống các tệp mở rộng RustPlusBot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RustPlusBot |
ID | glaggagpnhohockkchocefnanhhijdhm |
URL Chính Thức | https://chromewebstore.google.com/detail/rustplusbot/glaggagpnhohockkchocefnanhhijdhm |
Mô tả | This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.… |
Kích Thước Tệp | 32.51 KB |
Số Lần Cài Đặt | 3,214 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-01-17 |
Ngày Phát Hành | 2022-01-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bot.rustplus.io |
URL Trang Trợ Giúp | https://bot.rustplus.io/help/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |