Reddit Watcher

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

What is Reddit Watcher?

Reddit Watcher is a Chrome extension developed by Gustavo Abranches, and its main feature is "Watches subreddits for new posts, and notifies you when a new post is created.".

Extension Screenshots

screenshot

Download Reddit Watcher Extension CRX File

Download Reddit Watcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Reddit Watcher Reddit Watcher
ID mgfkhjmcieifaolpepfbgekgapaacdek
Official URL https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek
Description Watches subreddits for new posts, and notifies you when a new post is created.
File Size 315 KB
Installation Count 26
Current Version 1.13.1
Last Updated 2016-03-30
Publish Date 2016-03-29
Rating 4.00/5 Total 5 Ratings
Developer Gustavo Abranches
Payment Type free
Supported Languages 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"
        ]
    }
}