Reddit Watcher

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

Vad är Reddit Watcher?

Reddit Watcher är en Chrome-tillägg utvecklad av Gustavo Abranches, och dess huvudfunktion är "Watches subreddits for new posts, and notifies you when a new post is created.".

Tilläggsskärmbilder

screenshot

Ladda ner Reddit Watcher-förlängningens CRX-fil

Ladda ner Reddit Watcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Reddit Watcher Reddit Watcher
ID mgfkhjmcieifaolpepfbgekgapaacdek
Officiell webbadress https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek
Beskrivning Watches subreddits for new posts, and notifies you when a new post is created.
Filstorlek 315 KB
Antal Installationer 26
Aktuell Version 1.13.1
Senast Uppdaterad 2016-03-30
Publiceringsdatum 2016-03-29
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare Gustavo Abranches
Betalningssätt free
Stödda Språk 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"
        ]
    }
}