Notifier for Reddit
Desktop notifictations for your reddit inbox.
What is Notifier for Reddit?
Notifier for Reddit is a Chrome extension developed by Raymond May Jr., and its main feature is "Desktop notifictations for your reddit inbox.".
Extension Screenshots
Download Notifier for Reddit Extension CRX File
Download Notifier for Reddit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Notifier for Reddit will create desktop notifications for any unread messages you receive to your reddit inbox. Its icon will also turn red and have a badge for the total number of unread messages in your reddit inbox.
Extension Basic Information
Name | Notifier for Reddit |
ID | odmoedfabaohbdoiolgfhedcbfpcindh |
Official URL | https://chromewebstore.google.com/detail/notifier-for-reddit/odmoedfabaohbdoiolgfhedcbfpcindh |
Description | Desktop notifictations for your reddit inbox. |
File Size | 271 KB |
Installation Count | 208 |
Current Version | 0.3.0 |
Last Updated | 2015-04-12 |
Publish Date | 2015-04-12 |
Rating | 3.25/5 Total 8 Ratings |
Developer | Raymond May Jr. |
Payment Type | free |
Extension Website | https://github.com/octatone/notifier-for-reddit |
Help Page URL | https://github.com/octatone/notifier-for-reddit/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notifier for Reddit", "version": "0.3.0", "manifest_version": 2, "description": "Desktop notifictations for your reddit inbox.", "homepage_url": "http:\/\/google.com", "icons": { "128": "icons\/icon128.png" }, "background": { "page": "html\/background.html", "persistent": true }, "options_page": "html\/options.html", "browser_action": { "default_title": "Notifier for Reddit", "default_popup": "html\/browserAction.html", "default_icon": { "19": "icons\/envelope_read_19.png", "38": "icons\/envelope_read_38.png" } }, "permissions": [ "http:\/\/reddit-notifier-oauth-exchange.herokuapp.com\/*", "https:\/\/oauth.reddit.com\/*", "https:\/\/www.reddit.com\/*", "identity", "notifications", "storage", "webRequest", "webRequestBlocking", "tabs" ] } |