7 Days to Die (A20) Twitch Integration

Quick access to 7 Days to Die commands for Twitch integration (fixed).

7 Days to Die (A20) Twitch Integration क्या है?

7 Days to Die (A20) Twitch Integration nikos7331 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick access to 7 Days to Die commands for Twitch integration (fixed)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 7 Days to Die (A20) Twitch Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Fixed and working - 2023

This extension allows you to send 7DTD Twitch integration chat commands in one click.

Features:
    - Automatically send all commands available in new patch A20
    - Favorites menu
    - Voting
    - Current Gamestage tracking (hides unavailable commands depending on game stage)
    - Choose specific target (streamer or group members)
    - Clear chat from integration messages and commands: by click, timer or always

Settings:
    - Enable/disable Gamestage Tracking feature
    - Enable/disable auto sending
    - Enable/disable original command names ("#spawn_normal" instead of "Normal Zombie")
    - Change interface size
    - Select language

Leave feedback please if you liked the extension.                    

एक्सटेंशन की मूल जानकारी

नाम 7 Days to Die (A20) Twitch Integration 7 Days to Die (A20) Twitch Integration
ID jgmddemihbgmkfbghhjkcnfhndoplkon
आधिकारिक URL https://chromewebstore.google.com/detail/7-days-to-die-a20-twitch/jgmddemihbgmkfbghhjkcnfhndoplkon
विवरण Quick access to 7 Days to Die commands for Twitch integration (fixed).
फ़ाइल का आकार 195 KB
स्थापना संख्या 419
वर्तमान संस्करण 1.7.8
अंतिम अपडेट 2023-05-10
प्रकाशन तिथि 2021-11-26
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर nikos7331
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,fr,tr,es,it,pl,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.7.8",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": ".\/img\/128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": ".\/img\/128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js"
            ],
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.twitch.tv\/*"
    ]
}