watchNXT
Get personalized entertainment suggestions with watchNXT
watchNXT là gì?
watchNXT là một tiện ích mở rộng Chrome được phát triển bởi https://watchnxt.com, và tính năng chính của nó là "Get personalized entertainment suggestions with watchNXT".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng watchNXT
Tải xuống các tệp mở rộng watchNXT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
➤ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | watchNXT |
ID | hhafdfiaaajljeoeocmjhkgkeknpenhm |
URL Chính Thức | https://chromewebstore.google.com/detail/watchnxt/hhafdfiaaajljeoeocmjhkgkeknpenhm |
Mô tả | Get personalized entertainment suggestions with watchNXT |
Kích Thước Tệp | 1.15 MB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.6 |
Cập Nhật Lần Cuối | 2019-10-04 |
Ngày Phát Hành | 2019-10-04 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://watchnxt.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.watchnxt.com/ |
URL Trang Chính Sách Bảo Mật | https://www.watchnxt.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |