Binge-Watch Tracker
Creates playlist for TV shows. Loop over episodes and seasons at ease.
Binge-Watch Tracker란 무엇입니까?
Binge-Watch Tracker은(는) Kailaash Balachandran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates playlist for TV shows. Loop over episodes and seasons at ease."입니다.
확장 프로그램 스크린샷
Binge-Watch Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Its quite an annoyance when we binge watch umpteen number of TV shows, we often forget the last episode where we left off. Even while we watch, looping between next and previous episodes is always painstaking. Binge-Watch tracker keeps track of all episodes and seasons of the added TV show and lets you know what was the last episode you were watching. It will keep every show in order, so that you can easily check whether you have missed an episode or not. It automatically recognizes all the next / previous available episodes and provides their shortcuts, allowing you to play the episode ASAP. The extension works on Watchseries and Putlocker. Got any suggestions? Feel free to contact me for support.
확장 프로그램 기본 정보
이름 | |
ID | koajlgdengogcfpelcogbioolpbokkid |
공식 URL | https://chrome.google.com/webstore/detail/binge-watch-tracker/koajlgdengogcfpelcogbioolpbokkid |
설명 | Creates playlist for TV shows. Loop over episodes and seasons at ease. |
파일 크기 | 2.41 MB |
설치 횟수 | 41 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-07-31 |
출시 날짜 | 2016-07-31 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Kailaash Balachandran |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binge-Watch Tracker", "description": "Creates playlist for TV shows. Loop over episodes and seasons at ease.", "version": "1.0", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Binge-Watch Tracker!" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "background": [ { "scripts": [ "js\/jquery.min.js", "js\/background.js", "js\/materialize.js", "js\/materialize.min.js", "js\/popup.js", "js\/analytics.js" ], "persistent": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "page": [ "popup.html" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage", "http:\/\/zentrasoft.com\/seriesplaylist\/api\/" ] } |