Pics to Kittens

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

Qu'est-ce que Pics to Kittens ?

Pics to Kittens est une extension Chrome développée par disregarding standards, et sa fonction principale est "This extension makes The Internet better by replacing all images with cats.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pics to Kittens

Téléchargez les fichiers d'extension Pics to Kittens au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Pics to Kittens Pics to Kittens
ID oajkgelibfmlfaelepkgocgpmopbphel
URL Officiel https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel
Description This extension makes The Internet better by replacing all images with cats.
Taille du Fichier 1.23 MB
Nombre d'Installations 197
Version Actuelle 1.1
Dernière Mise à Jour 2014-04-21
Date de Publication 2014-04-20
Évaluation 4.00/5 Total 7 Évaluations
Développeur disregarding standards
Type de Paiement free
Site Web de l'Extension https://github.com/yvescourtois/chrome_to_cats
Langues Prises en Charge 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",
        ""
    ]
}