zRate Netflix: IMDB Ratings & Show Info

IMDB ratings, plot, cast, and other useful show information for Netflix.

zRate Netflix: IMDB Ratings & Show Info là gì?

zRate Netflix: IMDB Ratings & Show Info là một tiện ích mở rộng Chrome được phát triển bởi Unhalt LLC, và tính năng chính của nó là "IMDB ratings, plot, cast, and other useful show information for Netflix.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng zRate Netflix: IMDB Ratings & Show Info

Tải xuống các tệp mở rộng zRate Netflix: IMDB Ratings & Show Info 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

                        ⭐#3 Product of the Day on Product Hunt on December 29, 2019 ⭐

📺 Make informed viewing decisions and avoid substandard shows and movies! 

***How it works***
zRate automatically adds a non-disruptive information box underneath each show card.

Information available:
✔ Ratings from sources such as IMDB, Rotten Tomatoes*, and Metacritic*
✔ Plot, main cast, MPAA rating (R, PG, PG-13 etc), and year(s) running 
✔ A show or movie discussion link

*Currently only a few titles have Rotten Tomatoes and Metacritic ratings

***Customization***
Use the zRate pop-up to customize the information displayed. To open the pop-up, simply click the zRate button (the “z” icon) next to the address bar. 

Please note that by default only the IMDB ratings are displayed. Other data can be added or removed by using the pop-up menu.

***Why zRate?***
✔ Ratings colored by value
✔ Designed to be non-disruptive, intuitive, and light! 
✔ No sign-up or login necessary. Add zRate to chrome and you are all set. 
✔ Gives you access to both show information and ratings.
✔ Access to show and movie  discussions in one click.

***Privacy***
We do NOT access or store your browsing or viewing history. The only information we access is the title of each show or movie that is displayed on Netflix. Nothing else.

Disclaimer: This application is in no way affiliated with Netflix, Inc.

Made with ♥ in Chicago                    

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

Tên zRate Netflix: IMDB Ratings & Show Info zRate Netflix: IMDB Ratings & Show Info
ID eelcmdidihggbganloigjkefaahhhanj
URL Chính Thức https://chromewebstore.google.com/detail/zrate-netflix-imdb-rating/eelcmdidihggbganloigjkefaahhhanj
Mô tả IMDB ratings, plot, cast, and other useful show information for Netflix.
Kích Thước Tệp 764 KB
Số Lần Cài Đặt 1,494
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2021-02-21
Ngày Phát Hành 2020-05-21
Đánh Giá 3.71/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Unhalt LLC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zeeker.com/zRate/netflix
URL Trang Chính Sách Bảo Mật https://www.zeeker.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "zRate Netflix: IMDB Ratings & Show Info",
    "short_name": "zRate",
    "description": "IMDB ratings, plot, cast, and other useful show information for Netflix.",
    "version": "0.0.5",
    "icons": {
        "48": "images\/icon_128.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "packages\/jquery-3.1.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popover.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "css": [
                "styles\/netflixStyles.css"
            ],
            "js": [
                "packages\/jquery-3.1.1.min.js",
                "packages\/d3.v5.min.js",
                "netflixContentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}