7 Days to Die (A20) Twitch Integration

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

O que é 7 Days to Die (A20) Twitch Integration?

7 Days to Die (A20) Twitch Integration é uma extensão do Chrome desenvolvida por nikos7331, e sua principal característica é "Quick access to 7 Days to Die commands for Twitch integration (fixed).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 7 Days to Die (A20) Twitch Integration

Baixe arquivos de extensão 7 Days to Die (A20) Twitch Integration no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 7 Days to Die (A20) Twitch Integration 7 Days to Die (A20) Twitch Integration
ID jgmddemihbgmkfbghhjkcnfhndoplkon
URL Oficial https://chromewebstore.google.com/detail/7-days-to-die-a20-twitch/jgmddemihbgmkfbghhjkcnfhndoplkon
Descrição Quick access to 7 Days to Die commands for Twitch integration (fixed).
Tamanho do Arquivo 195 KB
Contagem de Instalações 419
Versão Atual 1.7.8
Última Atualização 2023-05-10
Data de Publicação 2021-11-26
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor nikos7331
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}