Reddit Watcher
Watches subreddits for new posts, and notifies you when a new post is created.
Qu'est-ce que Reddit Watcher ?
Reddit Watcher est une extension Chrome développée par Gustavo Abranches, et sa fonction principale est "Watches subreddits for new posts, and notifies you when a new post is created.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reddit Watcher
Téléchargez les fichiers d'extension Reddit Watcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Reddit Watcher |
ID | mgfkhjmcieifaolpepfbgekgapaacdek |
URL Officiel | https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek |
Description | Watches subreddits for new posts, and notifies you when a new post is created. |
Taille du Fichier | 315 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.13.1 |
Dernière Mise à Jour | 2016-03-30 |
Date de Publication | 2016-03-29 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | Gustavo Abranches |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |