HUH Twitch Emote

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

Co to jest HUH Twitch Emote?

HUH Twitch Emote to rozszerzenie Chrome opracowane przez omarsafwat11, a jego główną funkcją jest „This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HUH Twitch Emote

Pobierz pliki rozszerzeń HUH Twitch Emote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa HUH Twitch Emote HUH Twitch Emote
ID hcgdoanpielkdiflabpdgdgfidijgpea
Oficjalny URL https://chromewebstore.google.com/detail/huh-twitch-emote/hcgdoanpielkdiflabpdgdgfidijgpea
Opis This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH
Rozmiar pliku 31.85 KB
Liczba instalacji 69
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-08-22
Data Publikacji 2022-08-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper omarsafwat11
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}