Luna Orangereds

This extension replaces your reddit orangereds with Luna!

What is Luna Orangereds?

Luna Orangereds is a Chrome extension developed by http://rhiven.sscs6000.com, and its main feature is "This extension replaces your reddit orangereds with Luna!".

Extension Screenshots

screenshot
screenshot

Download Luna Orangereds Extension CRX File

Download Luna Orangereds 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

                        Luna Orangereds replaces the default reddit message envelopes. When you have no messages, Luna will serenely watch over your page. When you get a letter though, Luna will enthusiastically alert you with a red envelope and a sound alert.

Please report any bugs to me at [email protected]                    

Extension Basic Information

Name Luna Orangereds Luna Orangereds
ID ncmcpdachomeedeaeildgjacijfigkbi
Official URL https://chrome.google.com/webstore/detail/luna-orangereds/ncmcpdachomeedeaeildgjacijfigkbi
Description This extension replaces your reddit orangereds with Luna!
File Size 40.74 KB
Installation Count 66
Current Version 1.1
Last Updated 2013-04-05
Publish Date 2013-04-05
Rating 5.00/5 Total 1 Ratings
Developer http://rhiven.sscs6000.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension replaces your reddit orangereds with Luna!",
    "name": "Luna Orangereds",
    "homepage_url": "http:\/\/rhiven.sscs6000.com\/index.htm",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/reddit.com\/",
                "http:\/\/*.reddit.com\/",
                "http:\/\/reddit.com\/*",
                "http:\/\/*.reddit.com\/*"
            ],
            "js": [
                "lunaorangereds.user.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.1"
}