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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}