Film Scores for Hulu : IMDB ratings & more
View movie ratings directly on Hulu. Based on scores from review websites: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity & more.
Film Scores for Hulu : IMDB ratings & more란 무엇입니까?
Film Scores for Hulu : IMDB ratings & more은(는) SVODExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View movie ratings directly on Hulu. Based on scores from review websites: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity & more."입니다.
확장 프로그램 스크린샷
Film Scores for Hulu : IMDB ratings & more 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 Hulu. Check what others like and increase your chances of finding real gems among the high-scored titles. Film Scores for Hulu 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 Hulu 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: Hulu is a trademark of Disney Media and Entertainment Distribution. This website & extension hold no association or affiliation with Hulu or any third-party companies.
확장 프로그램 기본 정보
이름 | Film Scores for Hulu : IMDB ratings & more |
ID | gjclnacfhakflekcpldmofeahfnacece |
공식 URL | https://chromewebstore.google.com/detail/film-scores-for-hulu-imdb/gjclnacfhakflekcpldmofeahfnacece |
설명 | View movie ratings directly on Hulu. Based on scores from review websites: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity & more. |
파일 크기 | 219 KB |
설치 횟수 | 136 |
현재 버전 | 1.1.7 |
최근 업데이트 | 2024-02-08 |
출시 날짜 | 2022-04-22 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | SVODExtensions |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.vodextended.com/privacy_policy |
지원되는 언어 | 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": "1.1.7", "manifest_version": 3, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "host_permissions": [ "*:\/\/*.hulu.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": "HuluFilmScores128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "options.js", "engine.js" ], "css": [ "injectedCss.css" ], "matches": [ "*:\/\/*.hulu.com\/*" ] } ], "background": { "service_worker": "background.js" }, "icons": { "128": "HuluFilmScores128.png" }, "web_accessible_resources": [ { "resources": [ "DubleRotate.png" ], "matches": [ "*:\/\/*.hulu.com\/*" ] } ] } |