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…

Vad är grumpify?

grumpify är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

Tilläggsskärmbilder

screenshot

Ladda ner grumpify-förlängningens CRX-fil

Ladda ner grumpify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
Officiell webbadress https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Beskrivning type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Filstorlek 133 KB
Antal Installationer 189
Aktuell Version 0.1
Senast Uppdaterad 2017-05-12
Publiceringsdatum 2017-05-12
Betyg 3.33/5 Totalt 9 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    }
}