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
公式URL 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
Eメール [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\/"
    ]
}