Luna Orangereds

This extension replaces your reddit orangereds with Luna!

什么是Luna Orangereds?

Luna Orangereds是由http://rhiven.sscs6000.com开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces your reddit orangereds with Luna!”。

扩展截图

screenshot
screenshot

下载Luna Orangereds扩展crx文件

下载Luna Orangereds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Luna Orangereds Luna Orangereds
ID ncmcpdachomeedeaeildgjacijfigkbi
官方URL https://chrome.google.com/webstore/detail/luna-orangereds/ncmcpdachomeedeaeildgjacijfigkbi
简介 This extension replaces your reddit orangereds with Luna!
文件大小 40.74 KB
安装次数 66
当前版本 1.1
更新时间 2013-04-05
上架时间 2013-04-05
评分 5.00/5 共1次评分
开发者 http://rhiven.sscs6000.com
付费类型 free
支持的语言 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"
}