RESES

Reddit Enhancement Suite Enhancement Suite

O que é RESES?

RESES é uma extensão do Chrome desenvolvida por codisms, e sua principal característica é "Reddit Enhancement Suite Enhancement Suite".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RESES

Baixe arquivos de extensão RESES 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 Enhancement Suite Enhancement Suite--

Don't like those pesky '? | ?' icons? Want the numbers back even though they didn't mean anything?

Install this extension to see numbers again!  The numbers are not accurate and are purely random. Although, they never were accurate, so this should satiate the urge!

NOTE: I have no affiliation with RES or Reddit and offer this as a free service to improve RES.                    

Informações Básicas da Extensão

Nome RESES RESES
ID idmjmdhcnofimdgkcjebieefdbmbomfe
URL Oficial https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe
Descrição Reddit Enhancement Suite Enhancement Suite
Tamanho do Arquivo 40.32 KB
Contagem de Instalações 149
Versão Atual 1.5
Última Atualização 2014-06-26
Data de Publicação 2014-06-26
Desenvolvedor codisms
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RESES",
    "description": "Reddit Enhancement Suite Enhancement Suite",
    "version": "1.5",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "jquery.js",
                "reses.js"
            ]
        }
    ]
}