Reddit Watcher

Watches subreddits for new posts, and notifies you when a new post is created.

Reddit Watcher क्या है?

Reddit Watcher Gustavo Abranches द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watches subreddits for new posts, and notifies you when a new post is created."।

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

screenshot

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

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

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

                        Reddit Watcher is a simple extension that helps you stay on top of the "new", "rising" or "front page" sections of your favorite subreddits. You will receive a Chrome notification when a new post is found on the subreddits that you wish to track.                    

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

नाम Reddit Watcher Reddit Watcher
ID mgfkhjmcieifaolpepfbgekgapaacdek
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek
विवरण Watches subreddits for new posts, and notifies you when a new post is created.
फ़ाइल का आकार 315 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.13.1
अंतिम अपडेट 2016-03-30
प्रकाशन तिथि 2016-03-29
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर Gustavo Abranches
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Watcher",
    "description": "Watches subreddits for new posts, and notifies you when a new post is created.",
    "version": "1.13.1",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/reddit.com\/*",
        "https:\/\/reddit.com\/*",
        "alarms",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "80": "images\/icon80.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-1.12.0.min.js",
            "lib\/notify.js",
            "background.js"
        ]
    }
}