HUH Twitch Emote

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

Qu'est-ce que HUH Twitch Emote ?

HUH Twitch Emote est une extension Chrome développée par omarsafwat11, et sa fonction principale est "This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HUH Twitch Emote

Téléchargez les fichiers d'extension HUH Twitch Emote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom HUH Twitch Emote HUH Twitch Emote
ID hcgdoanpielkdiflabpdgdgfidijgpea
URL Officiel https://chromewebstore.google.com/detail/huh-twitch-emote/hcgdoanpielkdiflabpdgdgfidijgpea
Description This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH
Taille du Fichier 31.85 KB
Nombre d'Installations 69
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-08-22
Date de Publication 2022-08-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur omarsafwat11
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}