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…

ما هو grumpify؟

grumpify هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة grumpify

قم بتنزيل ملفات الامتداد grumpify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
عنوان URL الرسمي https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
الوصف type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
حجم الملف 133 KB
عدد التثبيتات 189
النسخة الحالية 0.1
آخر تحديث 2017-05-12
تاريخ النشر 2017-05-12
تقييم 3.33/5 مجموع تقييمات 9
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
    }
}