Netflix Rate
Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.
Qu'est-ce que Netflix Rate ?
Netflix Rate est une extension Chrome développée par https://netflix.burtonthird.com, et sa fonction principale est "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix Rate
Téléchargez les fichiers d'extension Netflix Rate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Changes the style of the Nextflix Watch Instantly and DVD browsing webpages to show trailers, IMDB, Rotten Tomato and MetaCritic ratings. Note: This extension is not affiliated with Netflix in any way. International Users: Only English movie titles work currently, translation may be in a future update.
Informations de Base sur l'Extension
Nom | Netflix Rate |
ID | cofjbfnpecflopfknbpnhhpnegbflfph |
URL Officiel | https://chromewebstore.google.com/detail/netflix-rate/cofjbfnpecflopfknbpnhhpnegbflfph |
Description | Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage. |
Taille du Fichier | 247 KB |
Nombre d'Installations | 1,259 |
Version Actuelle | 1.3.47 |
Dernière Mise à Jour | 2015-04-17 |
Date de Publication | 2015-04-16 |
Évaluation | 2.86/5 Total 36 Évaluations |
Développeur | https://netflix.burtonthird.com |
Type de Paiement | free |
Site Web de l'Extension | http://netflix.burtonthird.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "libs\/jquery-2.0.3.min.js", "libs\/bootstrap.min.js", "js\/ratings.js" ], "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*" ] } ], "description": "Add trailers, IMDB, Rotten Tomato, and MetaCritic ratings to the Netflix webpage.", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "Netflix Rate", "permissions": [ "storage", "http:\/\/www.omdbapi.com\/*", "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/netflix.burtonthird.com\/*", "http:\/\/api.themoviedb.org\/*", "https:\/\/byroredux-metacritic.p.mashape.com\/*", "http:\/\/api.rottentomatoes.com\/*" ], "short_name": "Netflix Rate", "version": "1.3.47", "web_accessible_resources": [ "css\/ratings.css", "img\/imdbSprite.png", "img\/tomatoSprite.png" ] } |