Film scores for Netflix: now for D+ & Prime

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

O que é Film scores for Netflix: now for D+ & Prime?

Film scores for Netflix: now for D+ & Prime é uma extensão do Chrome desenvolvida por Browser Extensions, e sua principal característica é "IMDb, Metacritic, Rotten Tomatoes & more ratings for Netflix, Prime Video, Disney+, HBOMax, Hulu, PeacockTV, Paramount+ & AppleTV.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Film scores for Netflix: now for D+ & Prime

Baixe arquivos de extensão Film scores for Netflix: now for D+ & Prime no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Film scores for Netflix: now for D+ & Prime Film scores for Netflix: now for D+ & Prime
ID mpebmkidaokicofipeckbobdecghpcil
URL Oficial https://chromewebstore.google.com/detail/film-scores-for-netflix-n/mpebmkidaokicofipeckbobdecghpcil
Descrição IMDb, Metacritic, Rotten Tomatoes & more ratings for Netflix, Prime Video, Disney+, HBOMax, Hulu, PeacockTV, Paramount+ & AppleTV.
Tamanho do Arquivo 862 KB
Contagem de Instalações 7,435
Versão Atual 2.0.44
Última Atualização 2024-03-05
Data de Publicação 2020-02-08
Classificação 4.22/5 Total de 152 Avaliações
Desenvolvedor Browser Extensions
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.vodextended.com/privacy_policy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}