Reddit Watcher
Watches subreddits for new posts, and notifies you when a new post is created.
¿Qué es Reddit Watcher?
Reddit Watcher es una extensión de Chrome desarrollada por Gustavo Abranches, y su función principal es "Watches subreddits for new posts, and notifies you when a new post is created.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reddit Watcher
Descarga archivos de extensión Reddit Watcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Reddit Watcher |
ID | mgfkhjmcieifaolpepfbgekgapaacdek |
URL Oficial | https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek |
Descripción | Watches subreddits for new posts, and notifies you when a new post is created. |
Tamaño del Archivo | 315 KB |
Cantidad de Instalaciones | 26 |
Versión Actual | 1.13.1 |
Última Actualización | 2016-03-30 |
Fecha de Publicación | 2016-03-29 |
Calificación | 4.00/5 Total de 5 Calificaciones |
Desarrollador | Gustavo Abranches |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |