Reddit Watcher

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

Co je Reddit Watcher?

Reddit Watcher je rozšíření Chrome vyvinuté Gustavo Abranches, a jeho hlavní funkcí je „Watches subreddits for new posts, and notifies you when a new post is created.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reddit Watcher

Stáhněte si soubory rozšíření Reddit Watcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Reddit Watcher Reddit Watcher
ID mgfkhjmcieifaolpepfbgekgapaacdek
Oficiální URL https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek
Popis Watches subreddits for new posts, and notifies you when a new post is created.
Velikost souboru 315 KB
Počet instalací 26
Aktuální Verze 1.13.1
Poslední Aktualizace 2016-03-30
Datum Vydání 2016-03-29
Hodnocení 4.00/5 Celkem 5 Hodnocení
Vývojář Gustavo Abranches
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}