RESES

Reddit Enhancement Suite Enhancement Suite

Wat is RESES?

RESES is een Chrome-extensie ontwikkeld door codisms, en de belangrijkste functie is "Reddit Enhancement Suite Enhancement Suite".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RESES

Download RESES-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam RESES RESES
ID idmjmdhcnofimdgkcjebieefdbmbomfe
Officiële URL https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe
Beschrijving Reddit Enhancement Suite Enhancement Suite
Bestandsgrootte 40.32 KB
Aantal Installaties 149
Huidige Versie 1.5
Laatst Bijgewerkt 2014-06-26
Publicatiedatum 2014-06-26
Ontwikkelaar codisms
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}