Film Scores for Disney+ : IMDB ratings & more

View movie ratings directly on Disney Plus. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more.

什麼是Film Scores for Disney+ : IMDB ratings & more?

Film Scores for Disney+ : IMDB ratings & more是由Browser Extensions開發的Chrome擴展程式,該擴展的主要功能是“View movie ratings directly on Disney Plus. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more.”。

擴展截圖

screenshot
screenshot
screenshot

下載Film Scores for Disney+ : IMDB ratings & more擴展crx文件

下載Film Scores for Disney+ : IMDB ratings & more擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Not sure what to watch? Here’s our advice: don’t waste your precious time on bad productions. Now you can see if the movie is worth watching directly on Disney Plus. Check what others like and increase your chances of finding real gems among the high-scored titles. 

Film Scores for Disney + displays ratings from all the best movie 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 has never been easier! All you need to do is add Film Scores for Disney+ extension to your browser, enable its options in the extension's popup and manage the ratings visibility in the settings tab. It's as simple as that!

Known issues:
- Missing scores - please note that some ratings may be missing, depending on their availability on the rating websites.
- If you experience empty rating circles on Disney Plus, please try reloading them first by navigating to the movie detail page and clicking the Refresh Scores button.

Disclaimer: Disney+ is a trademark of Disney Media and Entertainment Distribution. This website & extension hold no association or affiliation with Disney+ or any third-party companies.                    

擴展基本資訊

名稱 Film Scores for Disney+ : IMDB ratings & more Film Scores for Disney+ : IMDB ratings & more
ID mbmfbiebnedfgobpfhgannfkjcbjalop
官方網址 https://chromewebstore.google.com/detail/film-scores-for-disney+-i/mbmfbiebnedfgobpfhgannfkjcbjalop
簡介 View movie ratings directly on Disney Plus. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more.
檔案大小 182 KB
安裝次數 440
目前版本 1.0.7
更新時間 2024-03-01
上架時間 2022-05-08
評分 3.00/5 共 1 次評分
開發者 Browser Extensions
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.vodextended.com/privacy_policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Film Scores for Disney+ : IMDB ratings & more",
    "description": "View movie ratings directly on Disney Plus. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more.",
    "version": "1.0.7",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.disneyplus.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": "DisneyFilmScores128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "engine.js"
            ],
            "css": [
                "injectedCss.css"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "DisneyFilmScores128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "DubleRotate.png"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ]
        }
    ]
}