Downtime Derpy

Derpy broke the server, again.

Apa itu Downtime Derpy?

Downtime Derpy adalah ekstensi Chrome yang dikembangkan oleh RogueDarkJedi, dan fitur utamanya adalah "Derpy broke the server, again.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Downtime Derpy

Unduh file ekstensi Downtime Derpy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Downtime Derpy Downtime Derpy
ID gmjlfkiaikadjgnldoamdikelicifmbn
URL Resmi https://chromewebstore.google.com/detail/downtime-derpy/gmjlfkiaikadjgnldoamdikelicifmbn
Deskripsi Derpy broke the server, again.
Ukuran File 16.21 KB
Jumlah Instalasi 337
Versi Saat Ini 1.5
Terakhir Diperbarui 2015-10-02
Tanggal Publikasi 2015-10-02
Penilaian 4.75/5 Total 28 Penilaian
Pengembang RogueDarkJedi
Tipe Pembayaran free
Situs Ekstensi http://gamespotting.net/sandbox/
Bahasa yang Didukung 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"
            ]
        }
    ]
}