HUH Twitch Emote

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

Apa itu HUH Twitch Emote?

HUH Twitch Emote adalah ekstensi Chrome yang dikembangkan oleh omarsafwat11, dan fitur utamanya adalah "This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HUH Twitch Emote

Unduh file ekstensi HUH Twitch Emote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama HUH Twitch Emote HUH Twitch Emote
ID hcgdoanpielkdiflabpdgdgfidijgpea
URL Resmi https://chromewebstore.google.com/detail/huh-twitch-emote/hcgdoanpielkdiflabpdgdgfidijgpea
Deskripsi This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH
Ukuran File 31.85 KB
Jumlah Instalasi 69
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-08-22
Tanggal Publikasi 2022-08-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang omarsafwat11
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}