TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

TwitchEmotesとは何ですか?

TwitchEmotesはfaafによって開発されたChromeの拡張機能で、その主な機能は「Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

TwitchEmotes拡張機能のCRXファイルをダウンロード

TwitchEmotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension replaces Twitch, BetterTTV and FrankerFaceZ emote text with emote images on all sites.
Add your favourite channels from the settings page.
Works everywhere including Twitch live/VOD/clips chat and YouTube chat.

Source Code:
https://github.com/Phineas05/TwitchEmotes                    

拡張機能の基本情報

名前 TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
公式URL https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
説明 Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
ファイルサイズ 75.39 KB
インストール数 40,000
現在のバージョン 2.11
最終更新日 2020-05-27
公開日 2020-05-27
評価 3.94/5 合計 16 レビュー
開発者 faaf
支払い方法 free
拡張機能のウェブサイト https://github.com/Phineas05/TwitchEmotes
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwitchEmotes",
    "version": "2.11",
    "description": "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "jquery-3.3.1.min.js",
                "replacer.js"
            ]
        }
    ],
    "options_page": "settings.html"
}