Twitch Animotes

Replace the default robot emotes with cute anime gifs.

¿Qué es Twitch Animotes?

Twitch Animotes es una extensión de Chrome desarrollada por Dangerpaws, y su función principal es "Replace the default robot emotes with cute anime gifs.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twitch Animotes

Descarga archivos de extensión Twitch Animotes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Twitch Animotes Twitch Animotes
ID pbflnmlcobgpefmjfmbfanhagnemckkl
URL Oficial https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl
Descripción Replace the default robot emotes with cute anime gifs.
Tamaño del Archivo 17.45 KB
Cantidad de Instalaciones 465
Versión Actual 3.1
Última Actualización 2020-10-19
Fecha de Publicación 2020-10-19
Calificación 4.78/5 Total de 27 Calificaciones
Desarrollador Dangerpaws
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}