VenomLog

Monitoring on G-Portal Console by sending specific lines to Discord and triggering in-game alerts for Rust Console.

VenomLog란 무엇입니까?

VenomLog은(는) ooovenenoso에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitoring on G-Portal Console by sending specific lines to Discord and triggering in-game alerts for Rust Console."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

VenomLog 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhance your Rust Console Community Server with the "VenomLog" Version 3.0.1. This innovative tool is specially designed to revolutionize your gameplay, offering real-time in-game and Discord notifications for player deaths and important events in Rust. Version 3.0 introduces the new feature of customizable broadcast messages, allowing you to define intervals for sending automated server-wide messages.

Key Features & Benefits of Version 3.0.1:

Advanced In-Game Notifications: Stay immersed with real-time killfeed alerts and events within Rust.
Discord Integration: Instantly notify your community about player deaths directly in your Discord channel.
Customizable Broadcast Messages: Set intervals to automatically send server-wide messages, keeping players informed and engaged.                    

확장 프로그램 기본 정보

이름 VenomLog VenomLog
ID jagkooakkinnpfjanehdedlakibcijnd
공식 URL https://chromewebstore.google.com/detail/venomlog/jagkooakkinnpfjanehdedlakibcijnd
설명 Monitoring on G-Portal Console by sending specific lines to Discord and triggering in-game alerts for Rust Console.
파일 크기 39.19 KB
설치 횟수 75
현재 버전 3.0.1
최근 업데이트 2024-01-31
출시 날짜 2024-01-31
평점 5.00/5 총 2 개의 평점
개발자 ooovenenoso
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vThK0whwDM5352BpT3YO7lTDQIJDHE7GX-6XQ-e9FuDfUJK_Y6owMmY0pb4zLJ1TFS-Zu60DOZ_kD94/pub
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VenomLog",
    "version": "3.0.1",
    "description": "Monitoring on G-Portal Console by sending specific lines to Discord and triggering in-game alerts for Rust Console.",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/www.g-portal.com\/*",
        "https:\/\/discord.com\/api\/webhooks\/*",
        "https:\/\/discord.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}