subWatch 3
Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.
subWatch 3란 무엇입니까?
subWatch 3은(는) Cosmin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers."입니다.
확장 프로그램 스크린샷
subWatch 3 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A favorite movie list tracker and a TV show notifier on a per-episode basis. After subscribing to your favorite TV shows, you will get notified when new episodes become available, based on your local timezone. Same thing will happen for Movies that haven't been released yet. You can also use Sub.watch as a simple Movie/Show favorite list, to come back to when you want to know what you've already watched, or if you're looking for a recommendation for a friend.
확장 프로그램 기본 정보
이름 | subWatch 3 |
ID | lfekjajdgncmkajdpiadkkhhpblngnlc |
공식 URL | https://chromewebstore.google.com/detail/subwatch-3/lfekjajdgncmkajdpiadkkhhpblngnlc |
설명 | Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers. |
파일 크기 | 23.92 KB |
설치 횟수 | 1,404 |
현재 버전 | 3.7.3 |
최근 업데이트 | 2020-12-02 |
출시 날짜 | 2018-10-29 |
평점 | 4.55/5 총 11 개의 평점 |
개발자 | Cosmin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sub.watch |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "subWatch 3", "description": "Sub.Watch 3 allows you to keep track of your favorite TV shows and easily download them from various trackers.", "version": "3.7.3", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "SubWatch 3.0", "default_popup": "index.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/sub.watch\/*", "https:\/\/subwatch.test\/*" ], "js": [ "js\/content-script.js" ], "all_frames": true } ], "externally_connectable": { "matches": [ "*:\/\/sub.watch\/*", "*:\/\/subwatch.test\/*" ] }, "permissions": [ "alarms", "contextMenus", "https:\/\/sub.watch\/*", "https:\/\/subwatch.dev\/*", "*:\/\/api.tvmaze.com\/*", "*:\/\/1337x.to\/*", "*:\/\/filelist.ro\/*", "*:\/\/zooqle.com\/*", "*:\/\/extratorrent.cd\/*", "*:\/\/thepiratebay.org\/*" ], "optional_permissions": [ "*:\/\/rarbg.to\/*", "*:\/\/rarbgmirror.org\/*", "*:\/\/api.themoviedb.org\/*", "*:\/\/yts.am\/*", "*:\/\/filelist.io\/*", "*:\/\/speedapp.io\/*" ] } |