twitchEmoji

Simplify emojis on Twitch, with our emoji menu

O que é twitchEmoji?

twitchEmoji é uma extensão do Chrome desenvolvida por Dyrhoi, e sua principal característica é "Simplify emojis on Twitch, with our emoji menu".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão twitchEmoji

Baixe arquivos de extensão twitchEmoji 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

                        Since Better Twitch TV added emojis to Twitch chat, there hasn't been a simple way to use them. You had to either go on twitter, copy them, go on your phone to post them, now you can easily do it all, without ever leaving Twitch.

Open the emoji menu and you can easily search for the emojis, or just scroll til you find the one you want.

Known bugs:
* Button to active emoji may not appear, refresh if this happens.
* Menu will stay if you change page (inside twitch.tv), again refresh if this happens.
* If whispers are open and you use the emote menu, it will write in both whisper input and chat input, furthermore it will remove anything in the current chat input.
---- All these will be fixed in next update <3                    

Informações Básicas da Extensão

Nome twitchEmoji twitchEmoji
ID gllkphpjfmmfknhhiakefhnmklbnmhdm
URL Oficial https://chromewebstore.google.com/detail/twitchemoji/gllkphpjfmmfknhhiakefhnmklbnmhdm
Descrição Simplify emojis on Twitch, with our emoji menu
Tamanho do Arquivo 3.2 MB
Contagem de Instalações 708
Versão Atual 1.0
Última Atualização 2016-07-18
Data de Publicação 2016-07-18
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Dyrhoi
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "twitchEmoji",
    "description": "Simplify emojis on Twitch, with our emoji menu",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "twitchEmoji"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "js": [
                "jquery.js",
                "app.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "data\/*",
        "assets\/*"
    ]
}