Rabb.it with Twitch Emotes
Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)
Vad är Rabb.it with Twitch Emotes?
Rabb.it with Twitch Emotes är en Chrome-tillägg utvecklad av squabble, och dess huvudfunktion är "Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)".
Tilläggsskärmbilder
Ladda ner Rabb.it with Twitch Emotes-förlängningens CRX-fil
Ladda ner Rabb.it with Twitch Emotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Bring the Twitch.tv experience to Rabb.it and feel at home.
*** NOT compatible with new UI - 02/05/2019 *** Grundläggande Information om Tillägg
| Namn | |
| ID | lajgmieldekphdicpmpenogignloiain |
| Officiell webbadress | https://chrome.google.com/webstore/detail/rabbit-with-twitch-emotes/lajgmieldekphdicpmpenogignloiain |
| Beskrivning | Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome) |
| Filstorlek | 13.74 KB |
| Antal Installationer | 1,789 |
| Aktuell Version | 0.1.8 |
| Senast Uppdaterad | 2019-02-07 |
| Publiceringsdatum | 2019-02-07 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | squabble |
| Tilläggswebbplats | https://twitch.tv/lacari |
| Stödda Språk | 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
}
]
} | |