Reddit Watcher
Watches subreddits for new posts, and notifies you when a new post is created.
Hvad er Reddit Watcher?
Reddit Watcher er en Chrome-udvidelse udviklet af Gustavo Abranches, og dens hovedfunktion er "Watches subreddits for new posts, and notifies you when a new post is created.".
Udvidelsesskærmbilleder
Download Reddit Watcher-udvidelses-CRX-fil
Download Reddit Watcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mgfkhjmcieifaolpepfbgekgapaacdek |
| Officiel URL | https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek |
| Beskrivelse | Watches subreddits for new posts, and notifies you when a new post is created. |
| Filstørrelse | 315 KB |
| Antal Installationer | 26 |
| Nuværende Version | 1.13.1 |
| Senest Opdateret | 2016-03-30 |
| Udgivelsesdato | 2016-03-29 |
| Bedømmelse | 4.00/5 Samlet 5 Bedømmelser |
| Udvikler | Gustavo Abranches |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
} | |