TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

Cos'è TwitchEmotes?

TwitchEmotes è un'estensione di Chrome sviluppata da faaf, e la sua funzione principale è "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TwitchEmotes

Scarica i file di estensione TwitchEmotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
URL Ufficiale https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
Descrizione Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
Dimensione del File 75.39 KB
Conteggio Installazioni 40,000
Versione Corrente 2.11
Ultimo Aggiornamento 2020-05-27
Data di Pubblicazione 2020-05-27
Valutazione 3.94/5 Totale 16 Valutazioni
Sviluppatore faaf
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Phineas05/TwitchEmotes
Lingue Supportate 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"
}