Netflix IMDB top 250

Removes all movies that aren't in the IMDB top 250 from Netflix.

ما هو Netflix IMDB top 250؟

Netflix IMDB top 250 هو إضافة Chrome تم تطويرها بواسطة angusbayley، والميزة الرئيسية لها هي "Removes all movies that aren't in the IMDB top 250 from Netflix.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Netflix IMDB top 250

قم بتنزيل ملفات الامتداد Netflix IMDB top 250 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        You've heard of good movies - now you can watch them. One button to hide everything except IMDB's top 250 films in Netflix.

- works in every country!
- always works from the current IMDB top 250
- is awesome
- refresh the page to get the old films back

Simples.                    

معلومات أساسية عن التمديد

الاسم Netflix IMDB top 250 Netflix IMDB top 250
ID akeiblobkickpakkbjgalaklelbicgaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj
الوصف Removes all movies that aren't in the IMDB top 250 from Netflix.
حجم الملف 15.41 KB
عدد التثبيتات 98
النسخة الحالية 1.0
آخر تحديث 2014-11-20
تاريخ النشر 2014-11-20
تقييم 3.00/5 مجموع تقييمات 3
المطور angusbayley
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix IMDB top 250",
    "version": "1.0",
    "description": "Removes all movies that aren't in the IMDB top 250 from Netflix.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Cull all movies not in the IMDB top 250!"
    },
    "permissions": [
        "declarativeContent",
        "http:\/\/www.imdb.com\/*",
        "*:\/\/*.netflix.com\/*"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}