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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}