Pics to Kittens

This extension makes The Internet better by replacing all images with cats.

Pics to Kittens là gì?

Pics to Kittens là một tiện ích mở rộng Chrome được phát triển bởi disregarding standards, và tính năng chính của nó là "This extension makes The Internet better by replacing all images with cats.".

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

screenshot
screenshot

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

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

                        Why would you ever want to see a picture that isn't about a cat?

Make your internet a better experience by viewing cats as much as possible.



(Note: if an image is within an iframe, it *may* not be replaced. This is for security reasons.)                    

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

Tên Pics to Kittens Pics to Kittens
ID oajkgelibfmlfaelepkgocgpmopbphel
URL Chính Thức https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel
Mô tả This extension makes The Internet better by replacing all images with cats.
Kích Thước Tệp 1.23 MB
Số Lần Cài Đặt 197
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-04-21
Ngày Phát Hành 2014-04-20
Đánh Giá 4.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển disregarding standards
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yvescourtois/chrome_to_cats
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pics to Kittens",
    "version": "1.1",
    "author": "Yves Courtois",
    "description": "This extension makes The Internet better by replacing all images with cats.",
    "homepage_url": "https:\/\/github.com\/yvescourtois\/pics_to_kittens",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Toggle on\/off."
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/options.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/cats.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ]
}