Pics to Kittens

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

O que é Pics to Kittens?

Pics to Kittens é uma extensão do Chrome desenvolvida por disregarding standards, e sua principal característica é "This extension makes The Internet better by replacing all images with cats.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pics to Kittens

Baixe arquivos de extensão Pics to Kittens no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Pics to Kittens Pics to Kittens
ID oajkgelibfmlfaelepkgocgpmopbphel
URL Oficial https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel
Descrição This extension makes The Internet better by replacing all images with cats.
Tamanho do Arquivo 1.23 MB
Contagem de Instalações 197
Versão Atual 1.1
Última Atualização 2014-04-21
Data de Publicação 2014-04-20
Classificação 4.00/5 Total de 7 Avaliações
Desenvolvedor disregarding standards
Tipo de Pagamento free
Site da Extensão https://github.com/yvescourtois/chrome_to_cats
Idiomas Suportados 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",
        ""
    ]
}