IMDb & Rotten Tomatoes @ Prime Instant Video
Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes.
Qu'est-ce que IMDb & Rotten Tomatoes @ Prime Instant Video ?
IMDb & Rotten Tomatoes @ Prime Instant Video est une extension Chrome développée par Joscha Feth, et sa fonction principale est "Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IMDb & Rotten Tomatoes @ Prime Instant Video
Téléchargez les fichiers d'extension IMDb & Rotten Tomatoes @ Prime Instant Video 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
This extension seamlessly adds the ratings from IMDb and Rotten Tomatoes into the Prime Instant Video web interface. Each movie and series detail page gets two more rating entries (if the movie/series can be found in IMDb). The ratings for Prime Instant Video extension uses the Open Movie Database API by Brian Fritz (http://www.omdbapi.com/) for querying IMDb and Rotten Tomatoes. Thanks Brian! The source code of this extension has been released under the MIT license - feel free to collaborate on enhancements and improvements here: https://github.com/joscha/prime-ratings Neither this extension, nor its author is in any way affiliated with amazon.
Informations de Base sur l'Extension
Nom | IMDb & Rotten Tomatoes @ Prime Instant Video |
ID | pfnkplljjpbbbclllghfeakdlfcldpfj |
URL Officiel | https://chromewebstore.google.com/detail/imdb-rotten-tomatoes-prim/pfnkplljjpbbbclllghfeakdlfcldpfj |
Description | Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes. |
Taille du Fichier | 101 KB |
Nombre d'Installations | 932 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2016-08-16 |
Date de Publication | 2016-08-16 |
Évaluation | 2.40/5 Total 10 Évaluations |
Développeur | Joscha Feth |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/joscha/prime-ratings |
Langues Prises en Charge | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.5", "manifest_version": 2, "icons": { "16": "shared\/icons\/icon16.png", "48": "shared\/icons\/icon48.png", "128": "shared\/icons\/icon128.png" }, "permissions": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*" ], "css": [ "chrome.css", "shared\/inject.css" ], "js": [ "components\/jquery.min.js", "chrome.js", "shared\/inject.js" ] } ], "web_accessible_resources": [ "shared\/inject.css" ] } |