Derpy Orangereds

Derpy is a reddit mail notifier. She alerts you to new messages!

Derpy Orangereds란 무엇입니까?

Derpy Orangereds은(는) RogueDarkJedi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Derpy is a reddit mail notifier. She alerts you to new messages!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Derpy Orangereds 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Derpy Orangereds combines reddit mail checking and ponies together. Periodically, Derpy will check to see if you have new mail, and if so, the mail icon will change and you'll hear a little sound alert (you can turn off the sound if you want).

Additionally, you can replace Derpy with the Scootacourier service, which will reskin the icons and change the sound to Scootaloo saying "Telegram!"

Or if you love Sweetie Belle, you can switch to the magical Sweetie Belle MailHype(tm) service, to hear the young unicorn gleefully tell you about new messages!                    

확장 프로그램 기본 정보

이름 Derpy Orangereds Derpy Orangereds
ID mjnichopgkgflnkkkcchmgpjkipndkbc
공식 URL https://chromewebstore.google.com/detail/derpy-orangereds/mjnichopgkgflnkkkcchmgpjkipndkbc
설명 Derpy is a reddit mail notifier. She alerts you to new messages!
파일 크기 146 KB
설치 횟수 270
현재 버전 3.901
최근 업데이트 2015-09-18
출시 날짜 2015-09-17
평점 4.40/5 총 10 개의 평점
개발자 RogueDarkJedi
결제 유형 free
확장 프로그램 웹 사이트 http://gamespotting.net/sandbox/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Derpy Orangereds",
    "description": "Derpy is a reddit mail notifier. She alerts you to new messages!",
    "version": "3.901",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "sounds\/letter.ogg",
        "sounds\/telegram.ogg",
        "sounds\/surprise.ogg",
        "images\/derpy-bag.png",
        "images\/derpy-mail.png",
        "images\/derpy-noletter.png",
        "images\/derpy-rocket.png",
        "images\/derpy-shrug.png",
        "images\/scootaloo-mail.png",
        "images\/scootaloo.png",
        "images\/sweetiebelle-mail.png",
        "images\/sweetiebelle.png",
        "images\/mailgray.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/reddit.com\/",
                "http:\/\/*.reddit.com\/",
                "http:\/\/reddit.com\/*",
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/"
            ],
            "run_at": "document_end",
            "js": [
                "script.js"
            ]
        }
    ]
}