RESES

Reddit Enhancement Suite Enhancement Suite

Cos'è RESES?

RESES è un'estensione di Chrome sviluppata da codisms, e la sua funzione principale è "Reddit Enhancement Suite Enhancement Suite".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RESES

Scarica i file di estensione RESES in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome RESES RESES
ID idmjmdhcnofimdgkcjebieefdbmbomfe
URL Ufficiale https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe
Descrizione Reddit Enhancement Suite Enhancement Suite
Dimensione del File 40.32 KB
Conteggio Installazioni 149
Versione Corrente 1.5
Ultimo Aggiornamento 2014-06-26
Data di Pubblicazione 2014-06-26
Sviluppatore codisms
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}