Kicklet

Kick Up Your Stream with Kicklet!

O que é Kicklet?

Kicklet é uma extensão do Chrome desenvolvida por Kicklet, e sua principal característica é "Kick Up Your Stream with Kicklet!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Kicklet

Baixe arquivos de extensão Kicklet 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

                        Kicklet is designed to enhance the viewing experience for users who watch streamers using the Kicklet chatbot. With this addon, viewers can opt to disable all Kicklet messages, ensuring the chat remains readable even amidst high volumes of command usage. Additionally, it offers a convenient feature where typing "!" in the chat prompts an immediate suggestion of all available Kicklet commands for that particular user, streamlining interaction and engagement. Perfect for avid stream viewers, Kicklet aims to make the chat experience more enjoyable and interactive.                    

Informações Básicas da Extensão

Nome Kicklet Kicklet
ID bajnccgpgolpockhbicdinlmchjdnahl
URL Oficial https://chromewebstore.google.com/detail/kicklet/bajnccgpgolpockhbicdinlmchjdnahl
Descrição Kick Up Your Stream with Kicklet!
Tamanho do Arquivo 67.94 KB
Contagem de Instalações 227
Versão Atual 1.0.3
Última Atualização 2024-02-02
Data de Publicação 2024-01-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Kicklet
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://kicklet.app
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kicklet",
    "version": "1.0.3",
    "description": "Kick Up Your Stream with Kicklet!",
    "author": "Kicklet.app",
    "homepage_url": "https:\/\/kicklet.app",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.kick.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kick.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}