Reddit Watcher
Watches subreddits for new posts, and notifies you when a new post is created.
Что такое Reddit Watcher?
Reddit Watcher - это расширение Chrome, разработанное Gustavo Abranches, и его основная функция - "Watches subreddits for new posts, and notifies you when a new post is created.".
Снимки экрана расширения
Скачать файл CRX расширения Reddit Watcher
Скачайте файлы расширений Reddit Watcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | mgfkhjmcieifaolpepfbgekgapaacdek |
| Официальный URL | https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek |
| Описание | Watches subreddits for new posts, and notifies you when a new post is created. |
| Размер файла | 315 KB |
| Количество установок | 26 |
| Текущая Версия | 1.13.1 |
| Последнее Обновление | 2016-03-30 |
| Дата публикации | 2016-03-29 |
| Рейтинг | 4.00/5 Всего 5 оценок |
| Разработчик | Gustavo Abranches |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
}
} | |