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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}