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是由omarsafwat11开发的Chrome扩展程序,该扩展的主要功能是“This extension brings back the HUH emote by replacing any WOT or BrainSlug emote with HUH”。

扩展截图

screenshot

下载HUH Twitch Emote扩展crx文件

下载HUH Twitch Emote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}