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