Derpy Orangereds

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

Was ist Derpy Orangereds?

Derpy Orangereds ist eine Chrome-Erweiterung, die von RogueDarkJedi entwickelt wurde, und ihr Hauptmerkmal ist "Derpy is a reddit mail notifier. She alerts you to new messages!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Derpy Orangereds-Erweiterungs-CRX-Datei herunterladen

Laden Sie Derpy Orangereds-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Derpy Orangereds Derpy Orangereds
ID mjnichopgkgflnkkkcchmgpjkipndkbc
Offizielle URL https://chromewebstore.google.com/detail/derpy-orangereds/mjnichopgkgflnkkkcchmgpjkipndkbc
Beschreibung Derpy is a reddit mail notifier. She alerts you to new messages!
Dateigröße 146 KB
Installationsanzahl 270
Aktuelle Version 3.901
Letztes Update 2015-09-18
Veröffentlichungsdatum 2015-09-17
Bewertung 4.40/5 Insgesamt 10 Bewertungen
Entwickler RogueDarkJedi
Zahlungsart free
Erweiterungswebsite http://gamespotting.net/sandbox/
Unterstützte Sprachen 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"
            ]
        }
    ]
}