RustPlusBot
This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…
RustPlusBotคืออะไร?
RustPlusBot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension allows RustPlusBot to obtain your Rust+ companion service token, allowing it to send and receive team chat messages.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RustPlusBot
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |