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 là gì?

grumpify là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng grumpify

Tải xuống các tệp mở rộng grumpify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
URL Chính Thức https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Mô tả type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 189
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-05-12
Ngày Phát Hành 2017-05-12
Đánh Giá 3.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}