HUH Twitch Emote

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

ما هو HUH Twitch Emote؟

HUH Twitch Emote هو إضافة Chrome تم تطويرها بواسطة omarsafwat11، والميزة الرئيسية لها هي "This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة HUH Twitch Emote

قم بتنزيل ملفات الامتداد HUH Twitch Emote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم HUH Twitch Emote HUH Twitch Emote
ID hcgdoanpielkdiflabpdgdgfidijgpea
عنوان URL الرسمي https://chromewebstore.google.com/detail/huh-twitch-emote/hcgdoanpielkdiflabpdgdgfidijgpea
الوصف This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH
حجم الملف 31.85 KB
عدد التثبيتات 69
النسخة الحالية 1.0.0
آخر تحديث 2022-08-22
تاريخ النشر 2022-08-22
تقييم 5.00/5 مجموع تقييمات 1
المطور omarsafwat11
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}