Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
ما هو Reddit New Comments Highlighter؟
Reddit New Comments Highlighter هو إضافة Chrome تم تطويرها بواسطة https://blog.abhijeetr.com، والميزة الرئيسية لها هي "Highlights new comments when you revisit a comments page on reddit.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit New Comments Highlighter
قم بتنزيل ملفات الامتداد Reddit New Comments Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension highlights new comments on a link page in reddit when you revisit a link.
To jump between "new links", simply use shortcut keys "Shift+Up" & "Shift+Down". معلومات أساسية عن التمديد
| الاسم | |
| ID | ajdilinnnkbmpoegibgacadjlblmpjad |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
| الوصف | Highlights new comments when you revisit a comments page on reddit. |
| حجم الملف | 163 KB |
| عدد التثبيتات | 1,856 |
| النسخة الحالية | 3.0 |
| آخر تحديث | 2018-02-17 |
| تاريخ النشر | 2018-02-16 |
| تقييم | 3.50/5 مجموع تقييمات 24 |
| المطور | https://blog.abhijeetr.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"https:\/\/www.reddit.com\/r\/*",
"http:\/\/www.reddit.com\/r\/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"includes\/content.js"
]
}
],
"name": "Reddit New Comments Highlighter",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/button.png"
},
"web_accessible_resources": [
"res\/*",
"assets\/*",
"icons\/*"
],
"description": "Highlights new comments when you revisit a comments page on reddit.",
"background": {
"page": "background.html"
},
"homepage_url": "https:\/\/github.com\/shadyabhi\/Reddit-New-Comments-Highlighter",
"version": "3.0",
"options_page": "options.html",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"webNavigation"
]
} | |