Downtime Derpy

Derpy broke the server, again.

ما هو Downtime Derpy؟

Downtime Derpy هو إضافة Chrome تم تطويرها بواسطة RogueDarkJedi، والميزة الرئيسية لها هي "Derpy broke the server, again.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Downtime Derpy

قم بتنزيل ملفات الامتداد Downtime Derpy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Downtime Derpy Downtime Derpy
ID gmjlfkiaikadjgnldoamdikelicifmbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/downtime-derpy/gmjlfkiaikadjgnldoamdikelicifmbn
الوصف Derpy broke the server, again.
حجم الملف 16.21 KB
عدد التثبيتات 337
النسخة الحالية 1.5
آخر تحديث 2015-10-02
تاريخ النشر 2015-10-02
تقييم 4.75/5 مجموع تقييمات 28
المطور RogueDarkJedi
نوع الدفع free
موقع الإضافة http://gamespotting.net/sandbox/
اللغات المدعومة 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"
            ]
        }
    ]
}