Netflix Showdown

Quickly decide what to watch on Netflix

什麼是Netflix Showdown?

Netflix Showdown是由https://tinj.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly decide what to watch on Netflix”。

擴展截圖

screenshot
screenshot

下載Netflix Showdown擴展crx文件

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

擴展使用說明

                        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 Netflix Showdown
ID mnnjdpeifhophmpnfhfnimhdegicgcab
官方網址 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"
    }
}