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.…”。

擴展截圖

screenshot

下載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 RustPlusBot
ID glaggagpnhohockkchocefnanhhijdhm
官方網址 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"
            ]
        }
    ]
}