Fix the Internet (with cats)

The internet has a problem: too many humans, not enough cats.

O que é Fix the Internet (with cats)?

Fix the Internet (with cats) é uma extensão do Chrome desenvolvida por Harold Martin, e sua principal característica é "The internet has a problem: too many humans, not enough cats.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fix the Internet (with cats)

Baixe arquivos de extensão Fix the Internet (with 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

                        Now with theming options                    

Informações Básicas da Extensão

Nome Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
URL Oficial https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
Descrição The internet has a problem: too many humans, not enough cats.
Tamanho do Arquivo 1.35 MB
Contagem de Instalações 340
Versão Atual 0.3.0
Última Atualização 2015-11-19
Data de Publicação 2015-11-19
Classificação 3.57/5 Total de 7 Avaliações
Desenvolvedor Harold Martin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix the Internet (with cats)",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "The internet has a problem: too many humans, not enough cats.",
    "homepage_url": "http:\/\/haroldmartin.me",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "src\/zepto.min.js",
            "src\/tracking\/tracking-min.js",
            "src\/tracking\/data\/face-min.js",
            "src\/tracking\/data\/eye-min.js",
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}