HUH Twitch Emote

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

Vad är HUH Twitch Emote?

HUH Twitch Emote är en Chrome-tillägg utvecklad av omarsafwat11, och dess huvudfunktion är "This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH".

Tilläggsskärmbilder

screenshot

Ladda ner HUH Twitch Emote-förlängningens CRX-fil

Ladda ner HUH Twitch Emote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn HUH Twitch Emote HUH Twitch Emote
ID hcgdoanpielkdiflabpdgdgfidijgpea
Officiell webbadress https://chromewebstore.google.com/detail/huh-twitch-emote/hcgdoanpielkdiflabpdgdgfidijgpea
Beskrivning This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH
Filstorlek 31.85 KB
Antal Installationer 69
Aktuell Version 1.0.0
Senast Uppdaterad 2022-08-22
Publiceringsdatum 2022-08-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare omarsafwat11
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}