TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

Wat is TwitchEmotes?

TwitchEmotes is een Chrome-extensie ontwikkeld door faaf, en de belangrijkste functie is "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TwitchEmotes

Download TwitchEmotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
Officiële URL https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
Beschrijving Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
Bestandsgrootte 75.39 KB
Aantal Installaties 40,000
Huidige Versie 2.11
Laatst Bijgewerkt 2020-05-27
Publicatiedatum 2020-05-27
Beoordeling 3.94/5 Totaal 16 Beoordelingen
Ontwikkelaar faaf
Betalingswijze free
Extensiewebsite https://github.com/Phineas05/TwitchEmotes
Ondersteunde Talen 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"
}