Downtime Derpy
Derpy broke the server, again.
什麼是Downtime Derpy?
Downtime Derpy是由RogueDarkJedi開發的Chrome擴展程式,該擴展的主要功能是“Derpy broke the server, again.”。
擴展截圖
下載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 |
ID | gmjlfkiaikadjgnldoamdikelicifmbn |
官方網址 | 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" ] } ] } |