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…

Co to jest grumpify?

grumpify to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia grumpify

Pobierz pliki rozszerzeń grumpify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
Oficjalny URL https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Opis type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Rozmiar pliku 133 KB
Liczba instalacji 189
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-05-12
Data Publikacji 2017-05-12
Ocena 3.33/5 Łącznie 9 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
    }
}