RESES

Reddit Enhancement Suite Enhancement Suite

Co to jest RESES?

RESES to rozszerzenie Chrome opracowane przez codisms, a jego główną funkcją jest „Reddit Enhancement Suite Enhancement Suite”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RESES

Pobierz pliki rozszerzeń RESES w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa RESES RESES
ID idmjmdhcnofimdgkcjebieefdbmbomfe
Oficjalny URL https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe
Opis Reddit Enhancement Suite Enhancement Suite
Rozmiar pliku 40.32 KB
Liczba instalacji 149
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2014-06-26
Data Publikacji 2014-06-26
Deweloper codisms
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}