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