Twitch Animotes
Replace the default robot emotes with cute anime gifs.
O que é Twitch Animotes?
Twitch Animotes é uma extensão do Chrome desenvolvida por Dangerpaws, e sua principal característica é "Replace the default robot emotes with cute anime gifs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Animotes
Baixe arquivos de extensão Twitch Animotes 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
Simply install and this will automatically replace the robot emotes with cute anime gifs. Feel free to leave comments and suggestions. Find me @: https://twitter.com/channelerchris http://www.twitch.tv/channelerchris https://www.youtube.com/channel/UCDH1qXTuGUqrQsGu5I7qTtA dangerousmachinery.com
Informações Básicas da Extensão
Nome | |
ID | pbflnmlcobgpefmjfmbfanhagnemckkl |
URL Oficial | https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl |
Descrição | Replace the default robot emotes with cute anime gifs. |
Tamanho do Arquivo | 17.45 KB |
Contagem de Instalações | 465 |
Versão Atual | 3.1 |
Última Atualização | 2020-10-19 |
Data de Publicação | 2020-10-19 |
Classificação | 4.78/5 Total de 27 Avaliações |
Desenvolvedor | Dangerpaws |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Animotes", "version": "3.1", "description": "Replace the default robot emotes with cute anime gifs.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |