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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
            ]
        }
    ]
}