7 Days to Die Twitch Integration Command Tool

This is an extension that sends chats with the click of a button for integration commands.

7 Days to Die Twitch Integration Command Tool क्या है?

7 Days to Die Twitch Integration Command Tool ax4xtq3dq25b द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is an extension that sends chats with the click of a button for integration commands."।

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

screenshot

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

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

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

                        Click this extension button to display a pop-up area listing commands for 7 Days to Die Twitch integration.

By clicking each command button, you can send a command chat that can be used for Twitch integration in 7 Days to die, which is open in the active tab.                    

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

नाम 7 Days to Die Twitch Integration Command Tool 7 Days to Die Twitch Integration Command Tool
ID afhncfplpdlhfibhceilbjpoecjpcnfj
आधिकारिक URL https://chromewebstore.google.com/detail/7-days-to-die-twitch-inte/afhncfplpdlhfibhceilbjpoecjpcnfj
विवरण This is an extension that sends chats with the click of a button for integration commands.
फ़ाइल का आकार 80.32 KB
स्थापना संख्या 411
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2022-01-24
प्रकाशन तिथि 2021-07-25
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर ax4xtq3dq25b
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_title__",
    "description": "__MSG_desc__",
    "version": "2.1.0",
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "permissions": [
        "storage"
    ]
}