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?

Film scores for Netflix: now for D+ & Prime是由Browser Extensions开发的Chrome扩展程序,该扩展的主要功能是“IMDb, Metacritic, Rotten Tomatoes & more ratings for Netflix, Prime Video, Disney+, HBOMax, Hulu, PeacockTV, Paramount+ & AppleTV.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Film scores for Netflix: now for D+ & Prime扩展crx文件

下载Film scores for Netflix: now for D+ & Prime扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        **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.                    

扩展基本信息

名称 Film scores for Netflix: now for D+ & Prime Film scores for Netflix: now for D+ & Prime
ID mpebmkidaokicofipeckbobdecghpcil
官方URL https://chromewebstore.google.com/detail/film-scores-for-netflix-n/mpebmkidaokicofipeckbobdecghpcil
简介 IMDb, Metacritic, Rotten Tomatoes & more ratings for Netflix, Prime Video, Disney+, HBOMax, Hulu, PeacockTV, Paramount+ & AppleTV.
文件大小 862 KB
安装次数 7,435
当前版本 2.0.44
更新时间 2024-03-05
上架时间 2020-02-08
评分 4.22/5 共152次评分
开发者 Browser Extensions
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.vodextended.com/privacy_policy
支持的语言 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\/*"
            ]
        }
    ]
}