Twitch Emotes for Rabb.it

This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…

O que é Twitch Emotes for Rabb.it?

Twitch Emotes for Rabb.it é uma extensão do Chrome desenvolvida por PotatoNinja, e sua principal característica é "This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Emotes for Rabb.it

Baixe arquivos de extensão Twitch Emotes for Rabb.it 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 nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be replaced by the links to the emote images hosted on twitchemotes.com.

There are 3 sizes to an emote: small, medium, and large.
To specify the size, put a number from 1 to 3 at the end. 

FORMAT: ":emote:"
WITH CUSTOM SIZE: ":emote:3"                    

Informações Básicas da Extensão

Nome Twitch Emotes for Rabb.it Twitch Emotes for Rabb.it
ID bchmmfnbdgiijhplkbbkohfhpihmamac
URL Oficial https://chromewebstore.google.com/detail/twitch-emotes-for-rabbit/bchmmfnbdgiijhplkbbkohfhpihmamac
Descrição This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…
Tamanho do Arquivo 100 KB
Contagem de Instalações 4,531
Versão Atual 1.1.4
Última Atualização 2017-07-12
Data de Publicação 2017-07-12
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor PotatoNinja
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Emotes for Rabb.it ",
    "short_name": "Rabbemotes",
    "version": "1.1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rabb.it\/*"
            ],
            "js": [
                "rabbemotes.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}