Rabb.it with Twitch Emotes
Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)
Cos'è Rabb.it with Twitch Emotes?
Rabb.it with Twitch Emotes è un'estensione di Chrome sviluppata da squabble, e la sua funzione principale è "Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rabb.it with Twitch Emotes
Scarica i file di estensione Rabb.it with Twitch Emotes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Bring the Twitch.tv experience to Rabb.it and feel at home. *** NOT compatible with new UI - 02/05/2019 ***
Informazioni di Base sull'Estensione
Nome | |
ID | lajgmieldekphdicpmpenogignloiain |
URL Ufficiale | https://chrome.google.com/webstore/detail/rabbit-with-twitch-emotes/lajgmieldekphdicpmpenogignloiain |
Descrizione | Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome) |
Dimensione del File | 13.74 KB |
Conteggio Installazioni | 1,789 |
Versione Corrente | 0.1.8 |
Ultimo Aggiornamento | 2019-02-07 |
Data di Pubblicazione | 2019-02-07 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | squabble |
Sito Web dell'Estensione | https://twitch.tv/lacari |
Lingue Supportate | 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 } ] } |