Downtime Derpy

Derpy broke the server, again.

Cos'è Downtime Derpy?

Downtime Derpy è un'estensione di Chrome sviluppata da RogueDarkJedi, e la sua funzione principale è "Derpy broke the server, again.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Downtime Derpy

Scarica i file di estensione Downtime Derpy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Downtime Derpy Downtime Derpy
ID gmjlfkiaikadjgnldoamdikelicifmbn
URL Ufficiale https://chromewebstore.google.com/detail/downtime-derpy/gmjlfkiaikadjgnldoamdikelicifmbn
Descrizione Derpy broke the server, again.
Dimensione del File 16.21 KB
Conteggio Installazioni 337
Versione Corrente 1.5
Ultimo Aggiornamento 2015-10-02
Data di Pubblicazione 2015-10-02
Valutazione 4.75/5 Totale 28 Valutazioni
Sviluppatore RogueDarkJedi
Tipo di Pagamento free
Sito Web dell'Estensione http://gamespotting.net/sandbox/
Lingue Supportate 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"
            ]
        }
    ]
}