RESES
Reddit Enhancement Suite Enhancement Suite
Vad är RESES?
RESES är en Chrome-tillägg utvecklad av codisms, och dess huvudfunktion är "Reddit Enhancement Suite Enhancement Suite".
Tilläggsskärmbilder
Ladda ner RESES-förlängningens CRX-fil
Ladda ner RESES-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
--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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | idmjmdhcnofimdgkcjebieefdbmbomfe |
Officiell webbadress | https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe |
Beskrivning | Reddit Enhancement Suite Enhancement Suite |
Filstorlek | 40.32 KB |
Antal Installationer | 149 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2014-06-26 |
Publiceringsdatum | 2014-06-26 |
Utvecklare | codisms |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |