Reddit Under 100
Highlights threads that contain under 100 comments. Toggle with ~ key.
ما هو Reddit Under 100؟
Reddit Under 100 هو إضافة Chrome تم تطويرها بواسطة https://www.clayburngriffin.com، والميزة الرئيسية لها هي "Highlights threads that contain under 100 comments. Toggle with ~ key.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Under 100
قم بتنزيل ملفات الامتداد Reddit Under 100 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple plugin that highlights Reddit threads that have fewer than 100 comments. Use the ~ key to toggle highlighting on and off. Updated to work with New and Old Reddit alike. (Option to use Q as toggle key like Version 1.0). You can send feedback to @Clayburn on Twitter.
معلومات أساسية عن التمديد
الاسم | Reddit Under 100 |
ID | gockmhepknafokmfmpdkdmffnleaddmd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reddit-under-100/gockmhepknafokmfmpdkdmffnleaddmd |
الوصف | Highlights threads that contain under 100 comments. Toggle with ~ key. |
حجم الملف | 13.37 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-07-20 |
تاريخ النشر | 2016-07-13 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.clayburngriffin.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.clayburngriffin.com/under100 |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Under 100", "description": "Highlights threads that contain under 100 comments. Toggle with ~ key.", "version": "2.0", "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "under.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 3 } |