Rabb.it with Twitch Emotes
Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)
What is Rabb.it with Twitch Emotes?
Rabb.it with Twitch Emotes is a Chrome extension developed by squabble, and its main feature is "Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)".
Extension Screenshots
Download Rabb.it with Twitch Emotes Extension CRX File
Download Rabb.it with Twitch Emotes 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
Bring the Twitch.tv experience to Rabb.it and feel at home.
*** NOT compatible with new UI - 02/05/2019 *** Extension Basic Information
| Name | |
| ID | lajgmieldekphdicpmpenogignloiain |
| Official URL | https://chrome.google.com/webstore/detail/rabbit-with-twitch-emotes/lajgmieldekphdicpmpenogignloiain |
| Description | Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome) |
| File Size | 13.74 KB |
| Installation Count | 1,789 |
| Current Version | 0.1.8 |
| Last Updated | 2019-02-07 |
| Publish Date | 2019-02-07 |
| Rating | 5.00/5 Total 5 Ratings |
| Developer | squabble |
| Extension Website | https://twitch.tv/lacari |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Rabb.it with Twitch Emotes",
"description": "Adds 500+ Twitch\/BTTV\/FFZ emotes to Rabb.it! (Chrome)",
"manifest_version": 2,
"version": "0.1.8",
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"permissions": [
"*:\/\/www.rabb.it\/*",
"*:\/\/*.lacari.tv\/*",
"activeTab"
],
"background": {
"persistent": true,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"128": "img\/icon_128.png",
"48": "img\/icon_48.png",
"16": "img\/icon_16.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/www.rabb.it\/*"
],
"js": [
"js\/script.js"
],
"run_at": "document_idle",
"all_frames": false
}
]
} | |