Reddit post notifier

Watch for the new posts in given subreddits, Reddit searches, and for the latest user's activities

Reddit post notifier क्या है?

Reddit post notifier Vitaly Yerofeyevsky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch for the new posts in given subreddits, Reddit searches, and for the latest user's activities"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Reddit post notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Key features:
    - notifications of new Reddit posts in subreddits and the Reddit Search
    - filter posts
    - support multiple accounts
    - watch for user's latest submissions
    - show previews of the posts in the toolbar popup
    - highly customizable

If you have any requests or the extension doesn't  work feel free to create an issue on GitHub:
https://github.com/flytaly/reddit-post-notifier/issues

List of keyboard shortcuts:
https://github.com/flytaly/reddit-post-notifier#keyboard-shortcuts

Changelog
V6.1.0
- Save  the extension's icon on theme change and restore on startup 
- Show preview of gallery posts in the popup
V6.0.1
- Start updates on browser startup
- Fixed an issue that sometimes caused the refresh button not to work
V6.0.0
- Port extension to Manifest V3
- Show Reddit rate limits
- Added possibility to check private messages of the current logged-in user without authorization
- Fixed the width of the toolbar popup in the latest versions of Chrome
V5.1.1
-   Fix: made notifications respect display name
v5.1.0
-   Added option to customize badge click action
v5.0.0.
-   Added button to open all watched items at once
-   Added option to change base Reddit URL
-   Added option to use custom audio files for notification
-   Updated settings page
v4.2.0.
- Added backup page
v4.0.0
- Split Subreddits input and added per Subreddit settings
- Added the ability to filter posts in the Subreddits
- Added multi-user support
- Added the ability to watch Reddit users' posts and comments
- Added buttons to fetch the latest posts in a subreddit, search e.t.c. from the options page
- Added status icons into the popup

https://github.com/flytaly/reddit-post-notifier/blob/master/CHANGELOG.md                    

एक्सटेंशन की मूल जानकारी

नाम Reddit post notifier Reddit post notifier
ID hoolgoecmeegpbidbbcefgkjegdejibd
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-post-notifier/hoolgoecmeegpbidbbcefgkjegdejibd
विवरण Watch for the new posts in given subreddits, Reddit searches, and for the latest user's activities
फ़ाइल का आकार 299 KB
स्थापना संख्या 1,230
वर्तमान संस्करण 6.1.0
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2020-06-15
रेटिंग 4.76/5 कुल 17 रेटिंग्स
डेवलपर Vitaly Yerofeyevsky
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/flytaly/reddit-post-notifier
सहायता पृष्ठ URL https://github.com/flytaly/reddit-post-notifier
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_description__",
    "name": "__MSG_name__",
    "version": "6.1.0",
    "homepage_url": "https:\/\/github.com\/flytaly\/reddit-post-notifier",
    "minimum_chrome_version": "109",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi+t5ySos\/8pLUphc43Y+2Ee5ehEwX86iSRannZu9lOdZTtnD6X0eiVKUvr5y2Q9abSQQ1ZFmQkf4VkbHgff0rST+ihZuRTLvOBRLel\/txvk9cbwQE3YOHChXzRqNCguPSkDHBVGLbXx5UIPdG6YMrnN6VGbbmUM7yW16g55uU6SjRZm\/CL2r00f6kg\/nOdKcXbAc8dwOOFCLeWfHdbNmcXvD6Ud9eeKmwm+XrLz0xgIFNOj+D4vqs\/p3JwdWz49Ed3j0qNcM1MQvjI42P26kDXYG5w8O9If\/WyaFd6\/QgvmhBdNYjfVG878bWIxdTu+McmHtSG55WffGhShmoZL1\/wIDAQAB",
    "background": {
        "service_worker": ".\/dist\/background.js"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128_chrome.png"
    },
    "permissions": [
        "identity",
        "storage",
        "alarms",
        "notifications",
        "unlimitedStorage",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/*.reddit.com\/*"
    ],
    "action": {
        "default_title": "__MSG_extension_title__",
        "default_popup": "dist\/popup\/index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "64": "images\/icon-64.png"
        },
        "theme_icons": [
            {
                "dark": "images\/icon-16.png",
                "light": "images\/icon-16-light.png",
                "size": 16
            },
            {
                "dark": "images\/icon-32.png",
                "light": "images\/icon-32-light.png",
                "size": 32
            },
            {
                "dark": "images\/icon-64.png",
                "light": "images\/icon-64-light.png",
                "size": 64
            }
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            }
        }
    },
    "options_ui": {
        "page": "dist\/options\/watch.html",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}