Downtime Derpy
Derpy broke the server, again.
Downtime Derpy란 무엇입니까?
Downtime Derpy은(는) RogueDarkJedi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Derpy broke the server, again."입니다.
확장 프로그램 스크린샷
Downtime Derpy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |