7 Days to Die Twitch Integration Command Tool

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

O que é 7 Days to Die Twitch Integration Command Tool?

7 Days to Die Twitch Integration Command Tool é uma extensão do Chrome desenvolvida por ax4xtq3dq25b, e sua principal característica é "This is an extension that sends chats with the click of a button for integration commands.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 7 Days to Die Twitch Integration Command Tool

Baixe arquivos de extensão 7 Days to Die Twitch Integration Command Tool 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

                        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.                    

Informações Básicas da Extensão

Nome 7 Days to Die Twitch Integration Command Tool 7 Days to Die Twitch Integration Command Tool
ID afhncfplpdlhfibhceilbjpoecjpcnfj
URL Oficial https://chromewebstore.google.com/detail/7-days-to-die-twitch-inte/afhncfplpdlhfibhceilbjpoecjpcnfj
Descrição This is an extension that sends chats with the click of a button for integration commands.
Tamanho do Arquivo 80.32 KB
Contagem de Instalações 411
Versão Atual 2.1.0
Última Atualização 2022-01-24
Data de Publicação 2021-07-25
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor ax4xtq3dq25b
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}