Mod Queue Desktop Notifications
Checks your reddit mod queue, gives you a desktop notification when something new shows up.
What is Mod Queue Desktop Notifications?
Mod Queue Desktop Notifications is a Chrome extension developed by https://www.thefinn93.com, and its main feature is "Checks your reddit mod queue, gives you a desktop notification when something new shows up.".
Extension Screenshots
Download Mod Queue Desktop Notifications Extension CRX File
Download Mod Queue Desktop Notifications 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
Checks your reddit mod queue (https://pay.reddit.com/r/mod/about/modqueue) every minute and gives you a toaster notification when something's new. Source on GitHub: https://github.com/thefinn93/RedditModQueue Pull requests, bug reports, etc should go there. Feedback is much appreciated. Things I'd like to add: * Options regarding the frequency of the checking, etc. * Options to ignore specific subreddits * Optionally notify you when another mod in a subreddit you mod does something (new items in the modlog) * ???
Extension Basic Information
Name | Mod Queue Desktop Notifications |
ID | jembcchpnbegaggbomhhhkeoddjgjlik |
Official URL | https://chromewebstore.google.com/detail/mod-queue-desktop-notific/jembcchpnbegaggbomhhhkeoddjgjlik |
Description | Checks your reddit mod queue, gives you a desktop notification when something new shows up. |
File Size | 159 KB |
Installation Count | 47 |
Current Version | 0.3 |
Last Updated | 2012-10-21 |
Publish Date | 2012-10-21 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://www.thefinn93.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mod Queue Desktop Notifications", "version": "0.3", "manifest_version": 2, "description": "Checks your reddit mod queue, gives you a desktop notification when something new shows up.", "permissions": [ "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*", "notifications" ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon\/128.png", "48": "icon\/48.png", "16": "icon\/16.png" }, "web_accessible_resources": [ "icon\/reddit.png", "notification.js" ] } |