IMDb ratings on Netflix

View IMDb ratings on Netflix

IMDb ratings on Netflix là gì?

IMDb ratings on Netflix là một tiện ích mở rộng Chrome được phát triển bởi fetchflix.info, và tính năng chính của nó là "View IMDb ratings on Netflix".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IMDb ratings on Netflix

Tải xuống các tệp mở rộng IMDb ratings on Netflix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        == 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IMDb ratings on Netflix IMDb ratings on Netflix
ID ohonjgnjobblbhfeamidafpnbkppbljh
URL Chính Thức https://chromewebstore.google.com/detail/imdb-ratings-on-netflix/ohonjgnjobblbhfeamidafpnbkppbljh
Mô tả View IMDb ratings on Netflix
Kích Thước Tệp 6.4 KB
Số Lần Cài Đặt 6,763
Phiên Bản Hiện Tại 0.149
Cập Nhật Lần Cuối 2021-01-20
Ngày Phát Hành 2020-01-26
Đánh Giá 2.85/5 Tổng số 34 Đánh Giá
Nhà Phát Triển fetchflix.info
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}