Reddit Megathreader
This extension improves reading experience on Reddit megathreads
ما هو Reddit Megathreader؟
Reddit Megathreader هو إضافة Chrome تم تطويرها بواسطة abcpp، والميزة الرئيسية لها هي "This extension improves reading experience on Reddit megathreads".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Megathreader
قم بتنزيل ملفات الامتداد Reddit Megathreader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tool that helps read megathreads on Reddit * Removes width restriction (so on a large monitor text will occupy all of the screen real estate) * Improves visibility by shading individual comment threads so it's easy to see where one comment thread ends and new one begins * Collapses all comments to leave only first-level comments visible. Subcomments can be revealed by clicking "expand" * Automatically loads all unloaded comments so you don't have to click on "load more comments" ever again * Highlights certain keywords like "Chase Ink Preferred", "American Express Platinum" and so on (send me the list of keywords I forgot!)
معلومات أساسية عن التمديد
الاسم | Reddit Megathreader |
ID | dkobfgjgbadngkmpkkaaajfidgenkaii |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii |
الوصف | This extension improves reading experience on Reddit megathreads |
حجم الملف | 4.56 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-03-17 |
تاريخ النشر | 2017-03-17 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | abcpp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Megathreader", "description": "This extension improves reading experience on Reddit megathreads", "version": "1.0.1", "permissions": [ "*:\/\/*.reddit.com\/*\/comments\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*\/comments\/*" ], "css": [ "mega.css" ], "js": [ "mega.js" ] } ] } |