Reddit Mail Checker
Automatically checks to see if you have Reddit mail!
What is Reddit Mail Checker?
Reddit Mail Checker is a Chrome extension developed by Kiwisoft.co.uk, and its main feature is "Automatically checks to see if you have Reddit mail!".
Extension Screenshots
Download Reddit Mail Checker Extension CRX File
Download Reddit Mail Checker 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
Get updates as soon as you receive a comment or direct message via Reddit! When you receive new mail, the icon will notify you and you'll be able to click it to go directly to your mail!
Extension Basic Information
Name | |
ID | fdjnhhffjkmodhmboahellidmcegihof |
Official URL | https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof |
Description | Automatically checks to see if you have Reddit mail! |
File Size | 20.83 KB |
Installation Count | 98 |
Current Version | 0.0.4 |
Last Updated | 2014-09-15 |
Publish Date | 2014-09-15 |
Rating | 4.00/5 Total 5 Ratings |
Developer | Kiwisoft.co.uk |
Payment Type | free |
Extension Website | http://www.kiwisoft.co.uk/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Mail Checker", "version": "0.0.4", "manifest_version": 2, "description": "Automatically checks to see if you have Reddit mail!", "homepage_url": "http:\/\/www.kiwisoft.co.uk", "icons": { "16": "icons\/reddit16.png", "48": "icons\/reddit48.png", "128": "icons\/reddit128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/nomail19.png", "default_title": "Go to messages" }, "options_page": "src\/options\/options.html", "permissions": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*", "tabs", "storage" ] } |