TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

What is TwitchEmotes?

TwitchEmotes is a Chrome extension developed by faaf, and its main feature is "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download TwitchEmotes Extension CRX File

Download TwitchEmotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
Official URL https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
Description Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
File Size 75.39 KB
Installation Count 40,000
Current Version 2.11
Last Updated 2020-05-27
Publish Date 2020-05-27
Rating 3.94/5 Total 16 Ratings
Developer faaf
Payment Type free
Extension Website https://github.com/Phineas05/TwitchEmotes
Supported Languages 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"
}