Rabb.it with Twitch Emotes
Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)
O que é Rabb.it with Twitch Emotes?
Rabb.it with Twitch Emotes é uma extensão do Chrome desenvolvida por squabble, e sua principal característica é "Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rabb.it with Twitch Emotes
Baixe arquivos de extensão Rabb.it with Twitch Emotes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Bring the Twitch.tv experience to Rabb.it and feel at home. *** NOT compatible with new UI - 02/05/2019 ***
Informações Básicas da Extensão
Nome | |
ID | lajgmieldekphdicpmpenogignloiain |
URL Oficial | https://chrome.google.com/webstore/detail/rabbit-with-twitch-emotes/lajgmieldekphdicpmpenogignloiain |
Descrição | Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome) |
Tamanho do Arquivo | 13.74 KB |
Contagem de Instalações | 1,789 |
Versão Atual | 0.1.8 |
Última Atualização | 2019-02-07 |
Data de Publicação | 2019-02-07 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | squabble |
Site da Extensão | https://twitch.tv/lacari |
Idiomas Suportados | 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 } ] } |