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