RESES

Reddit Enhancement Suite Enhancement Suite

What is RESES?

RESES is a Chrome extension developed by codisms, and its main feature is "Reddit Enhancement Suite Enhancement Suite".

Extension Screenshots

screenshot

Download RESES Extension CRX File

Download RESES extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name RESES RESES
ID idmjmdhcnofimdgkcjebieefdbmbomfe
Official URL https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe
Description Reddit Enhancement Suite Enhancement Suite
File Size 40.32 KB
Installation Count 149
Current Version 1.5
Last Updated 2014-06-26
Publish Date 2014-06-26
Developer codisms
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}