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'est-ce que grumpify ?

grumpify est une extension Chrome développée par Unknown, et sa fonction principale est "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension grumpify

Téléchargez les fichiers d'extension grumpify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
URL Officiel https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Description type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Taille du Fichier 133 KB
Nombre d'Installations 189
Version Actuelle 0.1
Dernière Mise à Jour 2017-05-12
Date de Publication 2017-05-12
Évaluation 3.33/5 Total 9 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}