grumpify

type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…

¿Qué es grumpify?

grumpify es una extensión de Chrome desarrollada por Unknown, y su función principal es "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión grumpify

Descarga archivos de extensión grumpify 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

                        type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. 

This is a chrome extension that replaces all images on current page to grumpy meow gif.

*Note: the developer doesn't own any right to images used in this extension, they are from all over the internet to spread Love for grumpy meow:) If you are owner of any image, please contact the developer and it will be removed right away.                    

Información Básica de la Extensión

Nombre grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
URL Oficial https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Descripción type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Tamaño del Archivo 133 KB
Cantidad de Instalaciones 189
Versión Actual 0.1
Última Actualización 2017-05-12
Fecha de Publicación 2017-05-12
Calificación 3.33/5 Total de 9 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "grumpify",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "grumpy.png"
    }
}