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…

Apa itu grumpify?

grumpify adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi grumpify

Unduh file ekstensi grumpify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
URL Resmi https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Deskripsi type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Ukuran File 133 KB
Jumlah Instalasi 189
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-05-12
Tanggal Publikasi 2017-05-12
Penilaian 3.33/5 Total 9 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}