Reddit: What's New

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

Reddit: What's New क्या है?

Reddit: What's New https://creativetechguy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights Reddit posts that are new since the last time you visited."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit: What's New एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}