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ファイルをダウンロード

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