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
Eメール [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"
            ]
        }
    ]
}