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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}