Film scores for Netflix: now for D+ & Prime

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

What is Film scores for Netflix: now for D+ & Prime?

Film scores for Netflix: now for D+ & Prime is a Chrome extension developed by Browser Extensions, and its main feature is "IMDb, Metacritic, Rotten Tomatoes & more ratings for Netflix, Prime Video, Disney+, HBOMax, Hulu, PeacockTV, Paramount+ & AppleTV.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Film scores for Netflix: now for D+ & Prime Extension CRX File

Download Film scores for Netflix: now for D+ & Prime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Film scores for Netflix: now for D+ & Prime Film scores for Netflix: now for D+ & Prime
ID mpebmkidaokicofipeckbobdecghpcil
Official URL https://chromewebstore.google.com/detail/film-scores-for-netflix-n/mpebmkidaokicofipeckbobdecghpcil
Description IMDb, Metacritic, Rotten Tomatoes & more ratings for Netflix, Prime Video, Disney+, HBOMax, Hulu, PeacockTV, Paramount+ & AppleTV.
File Size 862 KB
Installation Count 7,435
Current Version 2.0.44
Last Updated 2024-03-05
Publish Date 2020-02-08
Rating 4.22/5 Total 152 Ratings
Developer Browser Extensions
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.vodextended.com/privacy_policy
Supported Languages 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\/*"
            ]
        }
    ]
}