IMDb ratings on Netflix

View IMDb ratings on Netflix

IMDb ratings on Netflixとは何ですか?

IMDb ratings on Netflixはfetchflix.infoによって開発されたChromeの拡張機能で、その主な機能は「View IMDb ratings on Netflix」です。

拡張機能のスクリーンショット

screenshot

IMDb ratings on Netflix拡張機能のCRXファイルをダウンロード

IMDb ratings on Netflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        == NO TRACKING, We respect your privacy == 

It's irritating when you have to open a new tab and search for ratings of movies, while you are trying to find a movie to watch on Netflix. Using this extension you can see IMDb rating of movies directly on Netflix.

Supported Ratings:
1. IMDb (along with vote count)
2. Rotten tomatoes
3. Meta critic

How to use extension : https://www.youtube.com/watch?v=3T9Yqz5ivAk

Firefox add-on : https://addons.mozilla.org/en-US/firefox/addon/imdb-ratings-on-netflix/

Github link : https://github.com/pawanmaurya/imdb-ratings-on-netflix/tree/master

For any feedback please reach out to : [email protected]

### Version 0.149 updates:
Updated extension to work with new Netflix layout                    

拡張機能の基本情報

名前 IMDb ratings on Netflix IMDb ratings on Netflix
ID ohonjgnjobblbhfeamidafpnbkppbljh
公式URL https://chromewebstore.google.com/detail/imdb-ratings-on-netflix/ohonjgnjobblbhfeamidafpnbkppbljh
説明 View IMDb ratings on Netflix
ファイルサイズ 6.4 KB
インストール数 6,763
現在のバージョン 0.149
最終更新日 2021-01-20
公開日 2020-01-26
評価 2.85/5 合計 34 レビュー
開発者 fetchflix.info
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDb ratings on Netflix",
    "version": "0.149",
    "description": "View IMDb ratings on Netflix",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.omdbapi.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/*",
        "https:\/\/www.omdbapi.com\/*"
    ]
}