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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View movie ratings directly on Hulu. Based on scores from review websites: IMDB, Metacritic, Rotten Tomatoes, Filmaffinity & more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Film Scores for Hulu : IMDB ratings & more एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |