SickRageConnect
SickRage extension for Google Chrome.
SickRageConnect란 무엇입니까?
SickRageConnect은(는) Thraxis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SickRage extension for Google Chrome."입니다.
확장 프로그램 스크린샷
SickRageConnect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SickRage Connect Control SickRage right from chrome. Features - Connect to SickRage and display: - Shows in your Library - Missed Shows - Shows on Today - Shows on Soon - Shows on in the Future - Downloaded and Snatched shows - Optionally display banner or poster art - See if you have a show while browsing trakt.tv or thetvdb.com - Quickly add a show from trakt.tv or thetvdb.com - Receive notification pop-ups from the SickRage system
확장 프로그램 기본 정보
이름 | |
ID | ehknadckoahaedhginedlemfppdnjadm |
공식 URL | https://chrome.google.com/webstore/detail/sickrageconnect/ehknadckoahaedhginedlemfppdnjadm |
설명 | SickRage extension for Google Chrome. |
파일 크기 | 236 KB |
설치 횟수 | 263 |
현재 버전 | 0.1.23.2 |
최근 업데이트 | 2017-07-22 |
출시 날짜 | 2017-07-22 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Thraxis |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://sickrage.github.io |
도움말 페이지 URL | https://github.com/SickRage/SickRageConnect |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "manifest_version": 2, "version": "0.1.23.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "notifications" ], "description": "SickRage extension for Google Chrome.", "background": { "page": "background.html" }, "options_page": "options.html", "default_locale": "en", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html", "default_title": "SickRage Connect" }, "content_scripts": [ { "matches": [ "http:\/\/trakt.tv\/shows\/*", "http:\/\/*.trakt.tv\/shows\/*", "http:\/\/thetvdb.com\/*series*", "http:\/\/*.thetvdb.com\/*series*" ], "js": [ "third_party\/jquery\/js\/jquery-1.6.2.min.js", "scripts\/SickRageConnect.js" ], "run_at": "document_end" } ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "web_accessible_resources": [ "images\/icon48.png", "images\/no16.png", "css\/sbconnect_content.css", "images\/bg.gif", "images\/yes16.png", "images\/throbber.svg" ] } |