Pics to Kittens

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

What is Pics to Kittens?

Pics to Kittens is a Chrome extension developed by disregarding standards, and its main feature is "This extension makes The Internet better by replacing all images with cats.".

Extension Screenshots

screenshot
screenshot

Download Pics to Kittens Extension CRX File

Download Pics to Kittens extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.)                    

Extension Basic Information

Name Pics to Kittens Pics to Kittens
ID oajkgelibfmlfaelepkgocgpmopbphel
Official URL https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel
Description This extension makes The Internet better by replacing all images with cats.
File Size 1.23 MB
Installation Count 197
Current Version 1.1
Last Updated 2014-04-21
Publish Date 2014-04-20
Rating 4.00/5 Total 7 Ratings
Developer disregarding standards
Payment Type free
Extension Website https://github.com/yvescourtois/chrome_to_cats
Supported Languages 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",
        ""
    ]
}