watchNXT

Get personalized entertainment suggestions with watchNXT

什麼是watchNXT?

watchNXT是由https://watchnxt.com開發的Chrome擴展程式,該擴展的主要功能是“Get personalized entertainment suggestions with watchNXT”。

擴展截圖

下載watchNXT擴展crx文件

下載watchNXT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ➤ 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 watchNXT
ID hhafdfiaaajljeoeocmjhkgkeknpenhm
官方網址 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:\/\/*\/*"
    ]
}