Downtime Derpy

Derpy broke the server, again.

Qu'est-ce que Downtime Derpy ?

Downtime Derpy est une extension Chrome développée par RogueDarkJedi, et sa fonction principale est "Derpy broke the server, again.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Downtime Derpy

Téléchargez les fichiers d'extension Downtime Derpy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Downtime Derpy Downtime Derpy
ID gmjlfkiaikadjgnldoamdikelicifmbn
URL Officiel https://chromewebstore.google.com/detail/downtime-derpy/gmjlfkiaikadjgnldoamdikelicifmbn
Description Derpy broke the server, again.
Taille du Fichier 16.21 KB
Nombre d'Installations 337
Version Actuelle 1.5
Dernière Mise à Jour 2015-10-02
Date de Publication 2015-10-02
Évaluation 4.75/5 Total 28 Évaluations
Développeur RogueDarkJedi
Type de Paiement free
Site Web de l'Extension http://gamespotting.net/sandbox/
Langues Prises en Charge 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"
            ]
        }
    ]
}