Film Scores for HBO Max : IMDB ratings & more
View movie ratings directly on HBO Max. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more.
Film Scores for HBO Max : IMDB ratings & moreคืออะไร?
Film Scores for HBO Max : IMDB ratings & more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SVODExtensions และคุณลักษณะหลักของมันคือ "View movie ratings directly on HBO Max. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Film Scores for HBO Max : IMDB ratings & more
ดาวน์โหลดไฟล์ส่วนขยาย Film Scores for HBO Max : 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 HBO Max. Check what others like and increase your chances of finding real gems among the high-scored titles. Film Scores for HBOMax 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 HBO Max 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! Disclaimer: HBO is a trademark of Home Box Office, Inc.. This website & extension hold no association or affiliation with HBO Max or any third-party companies.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Film Scores for HBO Max : IMDB ratings & more |
ID | kogoicldifkcdnefkkjanhbmonlldfed |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/film-scores-for-hbo-max-i/kogoicldifkcdnefkkjanhbmonlldfed |
คำอธิบาย | View movie ratings directly on HBO Max. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more. |
ขนาดไฟล์ | 386 KB |
จำนวนการติดตั้ง | 467 |
เวอร์ชันปัจจุบัน | 1.0.17 |
อัปเดตครั้งล่าสุด | 2024-03-04 |
วันที่เผยแพร่ | 2022-05-15 |
คะแนน | 3.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | SVODExtensions |
อีเมล | [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 HBO Max : IMDB ratings & more", "description": "View movie ratings directly on HBO Max. Based on scores from: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity, TMDB & more.", "version": "1.0.17", "manifest_version": 3, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "host_permissions": [ "*:\/\/*.hbomax.com\/*", "*:\/\/*.max.com\/*", "*:\/\/*.hbo.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": "HBOFilmScores128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "options.js", "engine.js", "hbomax.min.js" ], "css": [ "injectedCss.css" ], "matches": [ "*:\/\/*.hbomax.com\/*" ] }, { "js": [ "options.js", "engine.js", "max.min.js" ], "css": [ "injectedCss.css" ], "matches": [ "*:\/\/*.max.com\/*" ] } ], "background": { "service_worker": "background.js" }, "icons": { "128": "HBOFilmScores128.png" }, "web_accessible_resources": [ { "resources": [ "DubleRotate.png" ], "matches": [ "*:\/\/*.max.com\/*", "*:\/\/*.hbomax.com\/*" ] } ] } |