VenomLog

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

VenomLog क्या है?

VenomLog 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 फ़ाइल डाउनलोड करें

crx प्रारूप में VenomLog एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}