Netflix Showdown
Quickly decide what to watch on Netflix
Netflix Showdown là gì?
Netflix Showdown là một tiện ích mở rộng Chrome được phát triển bởi https://tinj.com, và tính năng chính của nó là "Quickly decide what to watch on Netflix".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Netflix Showdown
Tải xuống các tệp mở rộng Netflix Showdown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 ****
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix Showdown |
ID | mnnjdpeifhophmpnfhfnimhdegicgcab |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-showdown/mnnjdpeifhophmpnfhfnimhdegicgcab |
Mô tả | Quickly decide what to watch on Netflix |
Kích Thước Tệp | 656 KB |
Số Lần Cài Đặt | 405 |
Phiên Bản Hiện Tại | 0.1.9 |
Cập Nhật Lần Cuối | 2013-11-03 |
Ngày Phát Hành | 2013-11-03 |
Đánh Giá | 2.69/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://tinj.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tinj.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |