Reddit Watcher

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

O que é Reddit Watcher?

Reddit Watcher é uma extensão do Chrome desenvolvida por Gustavo Abranches, e sua principal característica é "Watches subreddits for new posts, and notifies you when a new post is created.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reddit Watcher

Baixe arquivos de extensão Reddit Watcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Reddit Watcher Reddit Watcher
ID mgfkhjmcieifaolpepfbgekgapaacdek
URL Oficial https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek
Descrição Watches subreddits for new posts, and notifies you when a new post is created.
Tamanho do Arquivo 315 KB
Contagem de Instalações 26
Versão Atual 1.13.1
Última Atualização 2016-03-30
Data de Publicação 2016-03-29
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor Gustavo Abranches
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}