Netflix Rate

Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.

ما هو Netflix Rate؟

Netflix Rate هو إضافة Chrome تم تطويرها بواسطة https://netflix.burtonthird.com، والميزة الرئيسية لها هي "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Changes the style of the Nextflix Watch Instantly and DVD browsing webpages to show trailers, IMDB, Rotten Tomato and MetaCritic ratings.

Note: This extension is not affiliated with Netflix in any way.

International Users:
Only English movie titles work currently, translation may be in a future update.                    

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

الاسم Netflix Rate Netflix Rate
ID cofjbfnpecflopfknbpnhhpnegbflfph
عنوان URL الرسمي https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph
الوصف Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
حجم الملف 247 KB
عدد التثبيتات 1,259
النسخة الحالية 1.3.47
آخر تحديث 2015-04-17
تاريخ النشر 2015-04-16
تقييم 2.86/5 مجموع تقييمات 36
المطور https://netflix.burtonthird.com
نوع الدفع free
موقع الإضافة http://netflix.burtonthird.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-2.0.3.min.js",
                "libs\/bootstrap.min.js",
                "js\/ratings.js"
            ],
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "description": "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "Netflix Rate",
    "permissions": [
        "storage",
        "http:\/\/www.omdbapi.com\/*",
        "http:\/\/*.netflix.com\/*",
        "https:\/\/*.netflix.com\/*",
        "http:\/\/netflix.burtonthird.com\/*",
        "http:\/\/api.themoviedb.org\/*",
        "https:\/\/byroredux-metacritic.p.mashape.com\/*",
        "http:\/\/api.rottentomatoes.com\/*"
    ],
    "short_name": "Netflix Rate",
    "version": "1.3.47",
    "web_accessible_resources": [
        "css\/ratings.css",
        "img\/imdbSprite.png",
        "img\/tomatoSprite.png"
    ]
}