Derpy Orangereds

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

Qu'est-ce que Derpy Orangereds ?

Derpy Orangereds est une extension Chrome développée par RogueDarkJedi, et sa fonction principale est "Derpy is a reddit mail notifier. She alerts you to new messages!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Derpy Orangereds

Téléchargez les fichiers d'extension Derpy Orangereds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Derpy Orangereds Derpy Orangereds
ID mjnichopgkgflnkkkcchmgpjkipndkbc
URL Officiel https://chromewebstore.google.com/detail/derpy-orangereds/mjnichopgkgflnkkkcchmgpjkipndkbc
Description Derpy is a reddit mail notifier. She alerts you to new messages!
Taille du Fichier 146 KB
Nombre d'Installations 270
Version Actuelle 3.901
Dernière Mise à Jour 2015-09-18
Date de Publication 2015-09-17
Évaluation 4.40/5 Total 10 Évaluations
Développeur RogueDarkJedi
Type de Paiement free
Site Web de l'Extension http://gamespotting.net/sandbox/
Langues Prises en Charge 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"
            ]
        }
    ]
}