TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

Qu'est-ce que TwitchEmotes ?

TwitchEmotes est une extension Chrome développée par faaf, et sa fonction principale est "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TwitchEmotes

Téléchargez les fichiers d'extension TwitchEmotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
URL Officiel https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
Description Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
Taille du Fichier 75.39 KB
Nombre d'Installations 40,000
Version Actuelle 2.11
Dernière Mise à Jour 2020-05-27
Date de Publication 2020-05-27
Évaluation 3.94/5 Total 16 Évaluations
Développeur faaf
Type de Paiement free
Site Web de l'Extension https://github.com/Phineas05/TwitchEmotes
Langues Prises en Charge 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"
}