Film scores for Netflix: now for D+ & Prime

IMDb, Metacritic, Rotten Tomatoes & more ratings for Netflix, Prime Video, Disney+, HBOMax, Hulu, PeacockTV, Paramount+ & AppleTV.

Film scores for Netflix: now for D+ & Prime là gì?

Film scores for Netflix: now for D+ & Prime là một tiện ích mở rộng Chrome được phát triển bởi Browser Extensions, và tính năng chính của nó là "IMDb, Metacritic, Rotten Tomatoes & more ratings for Netflix, Prime Video, Disney+, HBOMax, Hulu, PeacockTV, Paramount+ & AppleTV.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Film scores for Netflix: now for D+ & Prime

Tải xuống các tệp mở rộng Film scores for Netflix: now for D+ & Prime 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

                        **NEW! Now you can use Film Scores for Netflix on multiple streaming sites**

Not sure what to watch? Here’s our advice: don’t waste your precious time on bad productions. Now you can see if the title is worth watching directly on your VOD platform. Increase your chances of finding real gems among the high-scored ones. 

This extension displays ratings from all the best review sites, such as: 

- IMDB
- Metacritic
- Rotten Tomatoes
- FilmAffinity
- The Movie Database (TMDB)
- Trakt TV

You can also decide if you'd like to see one of the above as the main rating or if you'd prefer their average (recommended in case any of the ratings is missing in the database).

Picking something to watch was never easier! All you need to do is add Film Scores for Netflix to your browser, enable its options in the extension's popup and manage the rating visibility in the settings tab.

The extension works on:
Netflix
Disney+
Prime Video
Hulu
Peacock TV
HBO Max
max (US)
Paramount+
Apple TV

**Known issues:
- Missing scores - some ratings may be missing, depending on their availability on the rating websites.

- If you experience empty rating circles on any platform, please try reloading them first by navigating to the title detail page and clicking the Refresh scoring button. If for any reason "Refresh Scores" won't show empty scores immediately, please try to refresh once more. Due to the extension's compatibility with multiple platforms, some titles may appear more than once in the extension's database, so the whole process may take some time.

- Missing Score Board on the title detail page - due to specific platform content naming differences, the Score Board may be missing on the detail page for some titles, even if chosen score for this title appears on the main page.

- For some platforms extension will work correctly only if the "display languages" option is set to English.

-In case when only the TMDB rating is available, please try hovering over the selected title to load the remaining ratings.

***Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This website & extensions hold no association or affiliation with them or any third-party companies.                    

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

Tên Film scores for Netflix: now for D+ & Prime Film scores for Netflix: now for D+ & Prime
ID mpebmkidaokicofipeckbobdecghpcil
URL Chính Thức https://chromewebstore.google.com/detail/film-scores-for-netflix-n/mpebmkidaokicofipeckbobdecghpcil
Mô tả IMDb, Metacritic, Rotten Tomatoes & more ratings for Netflix, Prime Video, Disney+, HBOMax, Hulu, PeacockTV, Paramount+ & AppleTV.
Kích Thước Tệp 862 KB
Số Lần Cài Đặt 7,435
Phiên Bản Hiện Tại 2.0.44
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2020-02-08
Đánh Giá 4.22/5 Tổng số 152 Đánh Giá
Nhà Phát Triển Browser Extensions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.vodextended.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.0.44",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*",
        "*:\/\/*.hbo.com\/*",
        "*:\/\/*.paramountplus.com\/*",
        "*:\/\/*.apple.com\/*",
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.disneyplus.com\/*",
        "*:\/\/*.bamgrid.com\/*",
        "*:\/\/*.hulu.com\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.peacocktv.com\/*",
        "https:\/\/www.metacritic.com\/*",
        "https:\/\/www.rottentomatoes.com\/*",
        "https:\/\/www.imdb.com\/*",
        "https:\/\/api.themoviedb.org\/*",
        "https:\/\/www.filmaffinity.com\/*",
        "https:\/\/api.trakt.tv\/*",
        "https:\/\/trakt.tv\/*"
    ],
    "action": {
        "default_icon": "MultiFilmScores128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "engine.js"
            ],
            "css": [
                "injectedCss.css"
            ],
            "matches": [
                "*:\/\/*.paramountplus.com\/*",
                "*:\/\/*.apple.com\/*",
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.peacocktv.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        },
        {
            "js": [
                "hbomax.min.js",
                "options.js",
                "enginehbo.js"
            ],
            "css": [
                "injectedHBO.css"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "max.min.js",
                "options.js",
                "enginehbo.js"
            ],
            "css": [
                "injectedHBO.css"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        },
        {
            "js": [
                "netflix.min.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        },
        {
            "js": [
                "paramount.min.js"
            ],
            "matches": [
                "*:\/\/*.paramountplus.com\/*"
            ]
        },
        {
            "js": [
                "peacock.min.js"
            ],
            "matches": [
                "*:\/\/*.peacocktv.com\/*"
            ]
        },
        {
            "js": [
                "disney.min.js",
                "options.js",
                "contentDisney.js"
            ],
            "css": [
                "disneyCss.css"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ]
        },
        {
            "js": [
                "hulu.min.js"
            ],
            "matches": [
                "*:\/\/*.hulu.com\/*"
            ]
        },
        {
            "js": [
                "appletv.min.js"
            ],
            "matches": [
                "*:\/\/*.apple.com\/*"
            ]
        },
        {
            "js": [
                "amazon.min.js"
            ],
            "matches": [
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "MultiFilmScores128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "DubleRotate.png"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*",
                "*:\/\/*.max.com\/*",
                "*:\/\/*.paramountplus.com\/*",
                "*:\/\/*.apple.com\/*",
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.disneyplus.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.peacocktv.com\/*"
            ]
        }
    ]
}