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 je Twitch Emotes for Rabb.it?
Twitch Emotes for Rabb.it je rozšíření Chrome vyvinuté PotatoNinja, a jeho hlavní funkcí je „This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Emotes for Rabb.it
Stáhněte si soubory rozšíření Twitch Emotes for Rabb.it ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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"
Základní Informace o Rozšíření
Název | Twitch Emotes for Rabb.it |
ID | bchmmfnbdgiijhplkbbkohfhpihmamac |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-emotes-for-rabbit/bchmmfnbdgiijhplkbbkohfhpihmamac |
Popis | This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be… |
Velikost souboru | 100 KB |
Počet instalací | 4,531 |
Aktuální Verze | 1.1.4 |
Poslední Aktualizace | 2017-07-12 |
Datum Vydání | 2017-07-12 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | PotatoNinja |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |