watchNXT
Get personalized entertainment suggestions with watchNXT
watchNXT란 무엇입니까?
watchNXT은(는) https://watchnxt.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get personalized entertainment suggestions with watchNXT"입니다.
확장 프로그램 스크린샷
watchNXT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
➤ What is watchNXT? watchNXT is a Chrome extension that provides personalized recommendations for TV shows, videos, movies, and more based on what you’re browsing or watching right now ➤ How & Where It Works Download and install the watchNXT Chrome extension. Then browse Netflix, Hulu, Amazon, or even YouTube and watchNXT will give you pointers for what else you might be interested in watching ➤ Your Watch List & Watch History Save recommendations from any platform in watchNXT to watch later & check your watch history to keep track of what you’ve been watching lately ➤ Real-time Recommendations watchNXT keeps track of what you’ve watched to provide better and better recommendations all the time. And since we’re an independent business, we have no affiliation with any streaming platform or production company. That means you get relevant recommendations based on your media watching habits and that’s it ➤ No Sign Up, No Registration, No Hassle That’s right! watchNXT requires no frustrating registration procedure, no signing in, no painful surveys. Just watch what you want to watch and get the best recommendations out there
확장 프로그램 기본 정보
이름 | watchNXT |
ID | hhafdfiaaajljeoeocmjhkgkeknpenhm |
공식 URL | https://chromewebstore.google.com/detail/watchnxt/hhafdfiaaajljeoeocmjhkgkeknpenhm |
설명 | Get personalized entertainment suggestions with watchNXT |
파일 크기 | 1.15 MB |
설치 횟수 | 25 |
현재 버전 | 0.6 |
최근 업데이트 | 2019-10-04 |
출시 날짜 | 2019-10-04 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://watchnxt.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.watchnxt.com/ |
개인정보 보호 정책 페이지 URL | https://www.watchnxt.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "watchNXT", "version": "0.6", "manifest_version": 2, "description": "Get personalized entertainment suggestions with watchNXT", "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/jquery-ui.min.js", "js\/content.js" ], "css": [ "css\/jquery-ui.min.css", "css\/main.css" ] } ], "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "16": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ "images\/*.*", "js\/*.*", "templates.html", "css\/*.*" ], "permissions": [ "activeTab", "tabs", "gcm", "webNavigation", "identity", "identity.email", "https:\/\/api.staging.diesellabs.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } |