HUH Twitch Emote

This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH

O que é HUH Twitch Emote?

HUH Twitch Emote é uma extensão do Chrome desenvolvida por omarsafwat11, e sua principal característica é "This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HUH Twitch Emote

Baixe arquivos de extensão HUH Twitch Emote 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

                        This extension replaces the WOT and BrainSlug emotes in the twitch chat of your favorite streamers with the HUH emote.                    

Informações Básicas da Extensão

Nome HUH Twitch Emote HUH Twitch Emote
ID hcgdoanpielkdiflabpdgdgfidijgpea
URL Oficial https://chromewebstore.google.com/detail/huh-twitch-emote/hcgdoanpielkdiflabpdgdgfidijgpea
Descrição This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH
Tamanho do Arquivo 31.85 KB
Contagem de Instalações 69
Versão Atual 1.0.0
Última Atualização 2022-08-22
Data de Publicação 2022-08-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor omarsafwat11
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HUH Twitch Emote",
    "description": "This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH",
    "version": "1.0.0",
    "icons": {
        "16": "static\/huh16.png",
        "32": "static\/huh32.png",
        "48": "static\/huh48.png",
        "128": "static\/huh128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/static\/*",
                "huh32.jpeg"
            ]
        }
    ]
}