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…
What is Twitch Emotes for Rabb.it?
Twitch Emotes for Rabb.it is a Chrome extension developed by PotatoNinja, and its main feature is "This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…".
Extension Screenshots
Download Twitch Emotes for Rabb.it Extension CRX File
Download Twitch Emotes for Rabb.it extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
Extension Basic Information
Name | Twitch Emotes for Rabb.it |
ID | bchmmfnbdgiijhplkbbkohfhpihmamac |
Official URL | https://chromewebstore.google.com/detail/twitch-emotes-for-rabbit/bchmmfnbdgiijhplkbbkohfhpihmamac |
Description | This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be… |
File Size | 100 KB |
Installation Count | 4,531 |
Current Version | 1.1.4 |
Last Updated | 2017-07-12 |
Publish Date | 2017-07-12 |
Rating | 4.20/5 Total 5 Ratings |
Developer | PotatoNinja |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |