Netflix Rate

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

Netflix Rate란 무엇입니까?

Netflix Rate은(는) https://netflix.burtonthird.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Netflix Rate 확장 프로그램 CRX 파일 다운로드

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