Reddit Watcher

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

Wat is Reddit Watcher?

Reddit Watcher is een Chrome-extensie ontwikkeld door Gustavo Abranches, en de belangrijkste functie is "Watches subreddits for new posts, and notifies you when a new post is created.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit Watcher

Download Reddit Watcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Reddit Watcher Reddit Watcher
ID mgfkhjmcieifaolpepfbgekgapaacdek
Officiële URL https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek
Beschrijving Watches subreddits for new posts, and notifies you when a new post is created.
Bestandsgrootte 315 KB
Aantal Installaties 26
Huidige Versie 1.13.1
Laatst Bijgewerkt 2016-03-30
Publicatiedatum 2016-03-29
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Gustavo Abranches
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}