Inbox for Reddit

"Inbox for Reddit" is an extension to help you monitor and manage your Reddit.com inbox.

Inbox for Reddit क्या है?

Inbox for Reddit https://asynclink.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है ""Inbox for Reddit" is an extension to help you monitor and manage your Reddit.com inbox."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Have you ever wished you could easily check your Reddit inbox without having to visit the site?
Well now you can with this small and useful tool!

Features include:
  - Simple, clean user interface
  - Customizable notifications you when you get a new reply
  - Helpful unread notification counter to make sure you don't miss a message
  - Can mark individual or bulk notifications as read to clean up your inbox
  - Quick links to each inbox message or comment thread
  - Settings to customize your experience to your liking

Requires logging into a Reddit.com account of your choice to be able to check and manage your inbox. No login information is stored, as it uses Reddit's OAuth to get a local authorization token for your browser.

Note: this extension is not affiliated or created by Reddit.com, it utilizes the public API: https://www.reddit.com/dev/api/

Version changes: https://sites.google.com/view/asynclink/inbox-for-reddit/release-notes
Privacy Policy: https://sites.google.com/view/asynclink/inbox-for-reddit                    

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

नाम Inbox for Reddit Inbox for Reddit
ID pkmhcpmfkmdegooomhncciolklcofneh
आधिकारिक URL https://chromewebstore.google.com/detail/inbox-for-reddit/pkmhcpmfkmdegooomhncciolklcofneh
विवरण "Inbox for Reddit" is an extension to help you monitor and manage your Reddit.com inbox.
फ़ाइल का आकार 370 KB
स्थापना संख्या 278
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2022-04-17
प्रकाशन तिथि 2020-10-23
रेटिंग 4.14/5 कुल 7 रेटिंग्स
डेवलपर https://asynclink.info
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.asynclink.info/inbox-for-reddit
सहायता पृष्ठ URL https://www.asynclink.info/contact
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox for Reddit",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/snoomail16.png",
        "19": "icons\/snoomail19.png",
        "32": "icons\/snoomail32.png",
        "38": "icons\/snoomail38.png",
        "48": "icons\/snoomail48.png",
        "128": "icons\/snoomail128.png"
    },
    "permissions": [
        "http:\/\/www.reddit.com\/*",
        "https:\/\/www.reddit.com\/*",
        "notifications",
        "identity",
        "storage"
    ],
    "browser_action": {
        "default_title": "Inbox for Reddit",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "version": "0.1.6",
    "description": "\"Inbox for Reddit\" is an extension to help you monitor and manage your Reddit.com inbox."
}