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.”。

擴展截圖

screenshot
screenshot
screenshot

下載Binge-Watch Tracker擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Binge-Watch Tracker Binge-Watch Tracker
ID koajlgdengogcfpelcogbioolpbokkid
官方網址 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\/"
    ]
}