Derpy Orangereds

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

Что такое Derpy Orangereds?

Derpy Orangereds - это расширение Chrome, разработанное RogueDarkJedi, и его основная функция - "Derpy is a reddit mail notifier. She alerts you to new messages!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Derpy Orangereds

Скачайте файлы расширений Derpy Orangereds в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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