Reddit Watcher
Watches subreddits for new posts, and notifies you when a new post is created.
Cos'è Reddit Watcher?
Reddit Watcher è un'estensione di Chrome sviluppata da Gustavo Abranches, e la sua funzione principale è "Watches subreddits for new posts, and notifies you when a new post is created.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Watcher
Scarica i file di estensione Reddit Watcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mgfkhjmcieifaolpepfbgekgapaacdek |
| URL Ufficiale | https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek |
| Descrizione | Watches subreddits for new posts, and notifies you when a new post is created. |
| Dimensione del File | 315 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 1.13.1 |
| Ultimo Aggiornamento | 2016-03-30 |
| Data di Pubblicazione | 2016-03-29 |
| Valutazione | 4.00/5 Totale 5 Valutazioni |
| Sviluppatore | Gustavo Abranches |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |