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文件

下載VenomLog擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}