Binge-Watch Tracker
Creates playlist for TV shows. Loop over episodes and seasons at ease.
Binge-Watch Tracker क्या है?
Binge-Watch Tracker Kailaash Balachandran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates playlist for TV shows. Loop over episodes and seasons at ease."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Binge-Watch Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 |
ईमेल | [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\/" ] } |