Film Scores for AppleTV : IMDB ratings & more
View movie ratings directly on Apple TV. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more.
Cos'è Film Scores for AppleTV : IMDB ratings & more?
Film Scores for AppleTV : IMDB ratings & more è un'estensione di Chrome sviluppata da SVODExtensions, e la sua funzione principale è "View movie ratings directly on Apple TV. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Film Scores for AppleTV : IMDB ratings & more
Scarica i file di estensione Film Scores for AppleTV : IMDB ratings & more in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Apple TV+. Check what others like and increase your chances of finding real gems among the high-scored titles. Film Scores for AppleTV 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 AppleTV 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 AppleTV, please try reloading them first by navigating to the movie detail page and clicking the Refresh Scores button. Disclaimer : AppleTV+ is a trademark of Apple Inc. This website & extension hold no association or affiliation with AppleTV+ or any third-party companies.
Informazioni di Base sull'Estensione
Nome | Film Scores for AppleTV : IMDB ratings & more |
ID | ejahmiknipphiialbhfigadgcghdiaaj |
URL Ufficiale | https://chromewebstore.google.com/detail/film-scores-for-appletv-i/ejahmiknipphiialbhfigadgcghdiaaj |
Descrizione | View movie ratings directly on Apple TV. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more. |
Dimensione del File | 184 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.0.9 |
Ultimo Aggiornamento | 2024-02-05 |
Data di Pubblicazione | 2022-05-17 |
Sviluppatore | SVODExtensions |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.vodextended.com/privacy_policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Film Scores for AppleTV : IMDB ratings & more", "description": "View movie ratings directly on Apple TV. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more.", "version": "1.0.9", "manifest_version": 3, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "host_permissions": [ "*:\/\/*.apple.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": "AppleFilmScores128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "options.js", "engine.js" ], "css": [ "injectedCss.css" ], "matches": [ "*:\/\/*.apple.com\/*" ] } ], "background": { "service_worker": "background.js" }, "icons": { "128": "AppleFilmScores128.png" }, "web_accessible_resources": [ { "resources": [ "DubleRotate.png" ], "matches": [ "*:\/\/*.apple.com\/*" ] } ] } |