TheNextEpisode
TheNextEpisode is your guide for whatever TV series you're watching online.
TheNextEpisode란 무엇입니까?
TheNextEpisode은(는) benjyblack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TheNextEpisode is your guide for whatever TV series you're watching online."입니다.
확장 프로그램 스크린샷
TheNextEpisode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TheNextEpisode is an interactive guide for whatever (public domain, of course) TV series you are watching on 1channel.ch. After you choose an episode on 1channel, the guide will gather information on every other episode available for that series. When you click TheNextEpisode button on your browser, you will be presented with a list, sorted by view count, of all the links available for the next episode. You can also navigate to any other episode from the guide.
확장 프로그램 기본 정보
이름 | |
ID | kjelkffopjkchfimcgjcolcdhjhoenme |
공식 URL | https://chrome.google.com/webstore/detail/thenextepisode/kjelkffopjkchfimcgjcolcdhjhoenme |
설명 | TheNextEpisode is your guide for whatever TV series you're watching online. |
파일 크기 | 719 KB |
설치 횟수 | 123 |
현재 버전 | 0.5 |
최근 업데이트 | 2013-04-07 |
출시 날짜 | 2013-04-07 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | benjyblack |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "fastforward.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/loader.gif" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "TheNextEpisode is your guide for whatever TV series you're watching online.", "background": { "page": "background.html" }, "name": "TheNextEpisode", "permissions": [ "http:\/\/*.1channel.ch\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.1channel.ch\/*" ], "js": [ "js\/jquery.js", "js\/1channel.js" ], "img": [ "img\/loader.gif" ], "run_at": "document_start", "css": [ "css\/1channel.css" ] } ], "manifest_version": 2, "version": "0.5" } |