RESES
Reddit Enhancement Suite Enhancement Suite
ما هو RESES؟
RESES هو إضافة Chrome تم تطويرها بواسطة codisms، والميزة الرئيسية لها هي "Reddit Enhancement Suite Enhancement Suite".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RESES
قم بتنزيل ملفات الامتداد RESES بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
--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.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | idmjmdhcnofimdgkcjebieefdbmbomfe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe |
الوصف | Reddit Enhancement Suite Enhancement Suite |
حجم الملف | 40.32 KB |
عدد التثبيتات | 149 |
النسخة الحالية | 1.5 |
آخر تحديث | 2014-06-26 |
تاريخ النشر | 2014-06-26 |
المطور | codisms |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |