The Internet Needs More Cats

replace every image with a cat

O que é The Internet Needs More Cats?

The Internet Needs More Cats é uma extensão do Chrome desenvolvida por https://nolandchaliha.com, e sua principal característica é "replace every image with a cat".

Baixar o arquivo CRX da Extensão The Internet Needs More Cats

Baixe arquivos de extensão The Internet Needs More Cats 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

                        Replace every image on the internet with a cat. Just click the cat icon. Reload to de-cat.                    

Informações Básicas da Extensão

Nome The Internet Needs More Cats The Internet Needs More Cats
ID abkhjlenamfebhpbbopkokfficikcjfo
URL Oficial https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo
Descrição replace every image with a cat
Tamanho do Arquivo 43.21 KB
Contagem de Instalações 354
Versão Atual 0.1
Última Atualização 2015-02-09
Data de Publicação 2015-02-08
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor https://nolandchaliha.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Internet Needs More Cats",
    "version": "0.1",
    "description": "replace every image with a cat",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "cat"
    },
    "author": "Noland Chaliha",
    "permissions": [
        "activeTab",
        "http:\/\/i.imgur.com\/"
    ]
}