SRL Race Viewer
See which SRL races are ongoing
SRL Race Viewer란 무엇입니까?
SRL Race Viewer은(는) prettybigjoe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See which SRL races are ongoing"입니다.
확장 프로그램 스크린샷
SRL Race Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you to see what SpeedRunsLive races are happening right now. Also allows you to change which games you want to see races for.
확장 프로그램 기본 정보
이름 | SRL Race Viewer |
ID | eledncnfcolfphehklgdabnideaihdal |
공식 URL | https://chromewebstore.google.com/detail/srl-race-viewer/eledncnfcolfphehklgdabnideaihdal |
설명 | See which SRL races are ongoing |
파일 크기 | 117 KB |
설치 횟수 | 13 |
현재 버전 | 0.8 |
최근 업데이트 | 2016-02-06 |
출시 날짜 | 2016-02-06 |
개발자 | prettybigjoe |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SRL Race Viewer ", "description": "See which SRL races are ongoing", "version": "0.8", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "activeTab", "alarms", "storage", "notifications" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistant": false }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/stuff.png" }, "default_title": "SRL Races", "default_popup": "popup.html" }, "manifest_version": 2 } |