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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        == 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
이메일 [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\/*"
    ]
}