TwitchEmotes

Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.

O que é TwitchEmotes?

TwitchEmotes é uma extensão do Chrome desenvolvida por faaf, e sua principal característica é "Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TwitchEmotes

Baixe arquivos de extensão TwitchEmotes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome TwitchEmotes TwitchEmotes
ID kjjlajpjmldgolobcakncgeoaofcgkom
URL Oficial https://chrome.google.com/webstore/detail/twitchemotes/kjjlajpjmldgolobcakncgeoaofcgkom
Descrição Displays Twitch, BetterTTV and FrankerFaceZ emotes on all sites.
Tamanho do Arquivo 75.39 KB
Contagem de Instalações 40,000
Versão Atual 2.11
Última Atualização 2020-05-27
Data de Publicação 2020-05-27
Classificação 3.94/5 Total de 16 Avaliações
Desenvolvedor faaf
Tipo de Pagamento free
Site da Extensão https://github.com/Phineas05/TwitchEmotes
Idiomas Suportados 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"
}