Reddit: What's New

Highlights Reddit posts that are new since the last time you visited.

ما هو Reddit: What's New؟

Reddit: What's New هو إضافة Chrome تم تطويرها بواسطة https://creativetechguy.com، والميزة الرئيسية لها هي "Highlights Reddit posts that are new since the last time you visited.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Reddit: What's New

قم بتنزيل ملفات الامتداد Reddit: What's New بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Are you constantly refreshing Reddit to see what's new?

You haven't checked in a while and now there are several pages of new posts. You wish you could say "Hey, Reddit: What's New?"

This extension will highlight any Reddit posts you have not seen yet. Once highlighted, it'll remember what you've seen and not highlight those again. You can customize the highlight color from the extension icon and enable/disable highlighting if needed. A simple Reddit Enhancement that you'll wonder how you ever lived without.

---Compatible with Reddit Enhancement Suite (RES)---


Note: While post history isn't infinite, it'll store posts for a long while. You shouldn't have a problem with having a post highlight twice.

The permissions that are requested are the minimum needed to allow the extension to function.                    

معلومات أساسية عن التمديد

الاسم Reddit: What's New Reddit: What's New
ID acmnikdadpjghhiphlkneneeflhmiidh
عنوان URL الرسمي https://chromewebstore.google.com/detail/reddit-whats-new/acmnikdadpjghhiphlkneneeflhmiidh
الوصف Highlights Reddit posts that are new since the last time you visited.
حجم الملف 62.55 KB
عدد التثبيتات 36
النسخة الحالية 2.2
آخر تحديث 2019-10-07
تاريخ النشر 2019-10-06
تقييم 5.00/5 مجموع تقييمات 5
المطور https://creativetechguy.com
نوع الدفع free
موقع الإضافة https://creativetechguy.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit: What's New",
    "short_name": "Reddit New",
    "author": "Jason O'Neill",
    "description": "Highlights Reddit posts that are new since the last time you visited.",
    "version": "2.2",
    "icons": {
        "16": "assets\/icon16.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Reddit: What's New"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.reddit.com\/*",
        "http:\/\/*.reddit.com\/*",
        "storage"
    ]
}