Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Dec 03, 2025.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "What to watch on Apple TV 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.13",
"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\/*"
]
}
]
}