Derpy Orangereds

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

Derpy Orangereds là gì?

Derpy Orangereds là một tiện ích mở rộng Chrome được phát triển bởi RogueDarkJedi, và tính năng chính của nó là "Derpy is a reddit mail notifier. She alerts you to new messages!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Derpy Orangereds

Tải xuống các tệp mở rộng Derpy Orangereds dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Derpy Orangereds Derpy Orangereds
ID mjnichopgkgflnkkkcchmgpjkipndkbc
URL Chính Thức https://chromewebstore.google.com/detail/derpy-orangereds/mjnichopgkgflnkkkcchmgpjkipndkbc
Mô tả Derpy is a reddit mail notifier. She alerts you to new messages!
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 3.901
Cập Nhật Lần Cuối 2015-09-18
Ngày Phát Hành 2015-09-17
Đánh Giá 4.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển RogueDarkJedi
Loại Thanh Toán free
Trang Web Mở Rộng http://gamespotting.net/sandbox/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}