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
官方網址 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"
            ]
        }
    ]
}