Netflix Showdown

Quickly decide what to watch on Netflix

ما هو Netflix Showdown؟

Netflix Showdown هو إضافة Chrome تم تطويرها بواسطة https://tinj.com، والميزة الرئيسية لها هي "Quickly decide what to watch on Netflix".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Netflix Showdown

قم بتنزيل ملفات الامتداد Netflix Showdown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}