Netflix Showdown
Quickly decide what to watch on Netflix
Netflix Showdown क्या है?
Netflix Showdown https://tinj.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly decide what to watch on Netflix"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netflix Showdown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you spend more time searching Netflix than watching on Netflix? Spend more time watching and less time searching. Race against the clock to find things to watch before timers expire or Showdown will pick for you. 1. Start the showdown by clicking the timer or a time duration. 2. Pick up to 3 choices before each timer expires in the top right. 3. Pick the best of the final 3. 4. Your show will auto play in 3.. 2... 1... enjoy! It's showdown time! **** TV of Tomorrow Hackathon: Grand Prize Winner ****
एक्सटेंशन की मूल जानकारी
नाम | Netflix Showdown |
ID | mnnjdpeifhophmpnfhfnimhdegicgcab |
आधिकारिक URL | https://chromewebstore.google.com/detail/netflix-showdown/mnnjdpeifhophmpnfhfnimhdegicgcab |
विवरण | Quickly decide what to watch on Netflix |
फ़ाइल का आकार | 656 KB |
स्थापना संख्या | 405 |
वर्तमान संस्करण | 0.1.9 |
अंतिम अपडेट | 2013-11-03 |
प्रकाशन तिथि | 2013-11-03 |
रेटिंग | 2.69/5 कुल 16 रेटिंग्स |
डेवलपर | https://tinj.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tinj.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Showdown", "version": "0.1.9", "author": "tinj", "description": "Quickly decide what to watch on Netflix", "options_page": "html\/options.html", "content_scripts": [ { "matches": [ "http:\/\/*.netflix.com\/*" ], "js": [ "libs\/jquery-2.0.3.min.js", "libs\/moment.min.js", "libs\/chart.doughnut.js", "libs\/underscore-min.js", "js\/stopwatch.js", "js\/timer.js", "js\/showdown.js" ] } ], "permissions": [ "http:\/\/*.netflix.com\/*", "http:\/\/*.tinj.com\/*", "http:\/\/www.omdbapi.com\/*" ], "web_accessible_resources": [ "css\/showdown.css", "img\/imdbSprite.png", "img\/tomatoSprite.png", "img\/showdown-add.png" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "48": "img\/showdown-logo-48.png", "128": "img\/showdown-logo-128.png" } } |