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
官方網址 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"
}