HUH Twitch Emote

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

Cos'è HUH Twitch Emote?

HUH Twitch Emote è un'estensione di Chrome sviluppata da omarsafwat11, e la sua funzione principale è "This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HUH Twitch Emote

Scarica i file di estensione HUH Twitch Emote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HUH Twitch Emote HUH Twitch Emote
ID hcgdoanpielkdiflabpdgdgfidijgpea
URL Ufficiale https://chromewebstore.google.com/detail/huh-twitch-emote/hcgdoanpielkdiflabpdgdgfidijgpea
Descrizione This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH
Dimensione del File 31.85 KB
Conteggio Installazioni 69
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-08-22
Data di Pubblicazione 2022-08-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore omarsafwat11
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}