Reddit Makeover

Make reddit easier on the eyes.

O que é Reddit Makeover?

Reddit Makeover é uma extensão do Chrome desenvolvida por uxmatthew, e sua principal característica é "Make reddit easier on the eyes.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reddit Makeover

Baixe arquivos de extensão Reddit Makeover 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

                        Reddit Makeover v 1.0   [NEW! 2013]

This simple extension INSTANTLY makes the reddit.com experience 100X more pleasurable.

It's easier to scan, read, and understand.

Whether you're new to reddit or an old pro, this extension is a life saver!                    

Informações Básicas da Extensão

Nome Reddit Makeover Reddit Makeover
ID gobfpbbhfcmlnfcagochgigpbelbfcbn
URL Oficial https://chromewebstore.google.com/detail/reddit-makeover/gobfpbbhfcmlnfcagochgigpbelbfcbn
Descrição Make reddit easier on the eyes.
Tamanho do Arquivo 93.78 KB
Contagem de Instalações 63
Versão Atual 1.2
Última Atualização 2013-11-18
Data de Publicação 2013-11-18
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor uxmatthew
Tipo de Pagamento free
Site da Extensão http://www.uxmatthew.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Makeover",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Make reddit easier on the eyes.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/api.flickr.com\/"
    ]
}