VenomLog

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

VenomLogคืออะไร?

VenomLog เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ooovenenoso และคุณลักษณะหลักของมันคือ "Monitoring on G-Portal Console by sending specific lines to Discord and triggering in-game alerts for Rust Console."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VenomLog

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}