CatFestation

Change all images on your friends computer to cats!

CatFestation là gì?

CatFestation là một tiện ích mở rộng Chrome được phát triển bởi manzieric, và tính năng chính của nó là "Change all images on your friends computer to cats!".

Ả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 CatFestation

Tải xuống các tệp mở rộng CatFestation 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

                        Get this extension to prank your friends. Replaces all images on a site with cat pictures!                    

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

Tên CatFestation CatFestation
ID goofkbnadlobcmpgbdibjdhpadfedjbn
URL Chính Thức https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn
Mô tả Change all images on your friends computer to cats!
Kích Thước Tệp 41.62 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.2.7
Cập Nhật Lần Cuối 2016-01-13
Ngày Phát Hành 2016-01-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển manzieric
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CatFestation",
    "description": "Change all images on your friends computer to cats!",
    "version": "0.2.7",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}