Downtime Derpy

Derpy broke the server, again.

What is Downtime Derpy?

Downtime Derpy is a Chrome extension developed by RogueDarkJedi, and its main feature is "Derpy broke the server, again.".

Extension Screenshots

screenshot

Download Downtime Derpy Extension CRX File

Download Downtime Derpy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A reddit downtime companion! Adds a cute pony and pony related quotes about how reddit is down. It even checks for when Reddit comes back up, when it does you will be alerted to it. Don't break your F5 key, save it!

You can test the downtime by going to this URL:

http://roguedarkjedi.com/c360ocy.htm

UPDATE:

Adds support for HTTPS reddit                    

Extension Basic Information

Name Downtime Derpy Downtime Derpy
ID gmjlfkiaikadjgnldoamdikelicifmbn
Official URL https://chromewebstore.google.com/detail/downtime-derpy/gmjlfkiaikadjgnldoamdikelicifmbn
Description Derpy broke the server, again.
File Size 16.21 KB
Installation Count 337
Current Version 1.5
Last Updated 2015-10-02
Publish Date 2015-10-02
Rating 4.75/5 Total 28 Ratings
Developer RogueDarkJedi
Payment Type free
Extension Website http://gamespotting.net/sandbox/
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Downtime Derpy",
    "version": "1.5",
    "description": "Derpy broke the server, again.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ssl.reddit.com\/",
                "https:\/\/ssl.reddit.com\/*",
                "http:\/\/www.reddit.com\/",
                "http:\/\/reddit.com\/",
                "http:\/\/www.reddit.com\/*",
                "http:\/\/reddit.com\/*",
                "https:\/\/www.reddit.com\/",
                "https:\/\/reddit.com\/",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/roguedarkjedi.com\/c360ocy.htm"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}