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…

Co to jest Twitch Emotes for Rabb.it?

Twitch Emotes for Rabb.it to rozszerzenie Chrome opracowane przez PotatoNinja, a jego główną funkcją jest „This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitch Emotes for Rabb.it

Pobierz pliki rozszerzeń Twitch Emotes for Rabb.it w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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"                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Emotes for Rabb.it Twitch Emotes for Rabb.it
ID bchmmfnbdgiijhplkbbkohfhpihmamac
Oficjalny URL https://chromewebstore.google.com/detail/twitch-emotes-for-rabbit/bchmmfnbdgiijhplkbbkohfhpihmamac
Opis This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…
Rozmiar pliku 100 KB
Liczba instalacji 4,531
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2017-07-12
Data Publikacji 2017-07-12
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper PotatoNinja
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}