RESES

Reddit Enhancement Suite Enhancement Suite

Co je RESES?

RESES je rozšíření Chrome vyvinuté codisms, a jeho hlavní funkcí je „Reddit Enhancement Suite Enhancement Suite“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření RESES

Stáhněte si soubory rozšíření RESES ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název RESES RESES
ID idmjmdhcnofimdgkcjebieefdbmbomfe
Oficiální URL https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe
Popis Reddit Enhancement Suite Enhancement Suite
Velikost souboru 40.32 KB
Počet instalací 149
Aktuální Verze 1.5
Poslední Aktualizace 2014-06-26
Datum Vydání 2014-06-26
Vývojář codisms
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}