Downtime Derpy

Derpy broke the server, again.

Downtime Derpyとは何ですか?

Downtime DerpyはRogueDarkJediによって開発されたChromeの拡張機能で、その主な機能は「Derpy broke the server, again.」です。

拡張機能のスクリーンショット

screenshot

Downtime Derpy拡張機能のCRXファイルをダウンロード

Downtime Derpy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}