IMDb & Rotten Tomatoes @ Prime Instant Video
Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes.
¿Qué es IMDb & Rotten Tomatoes @ Prime Instant Video?
IMDb & Rotten Tomatoes @ Prime Instant Video es una extensión de Chrome desarrollada por Joscha Feth, y su función principal es "Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IMDb & Rotten Tomatoes @ Prime Instant Video
Descarga archivos de extensión IMDb & Rotten Tomatoes @ Prime Instant Video en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | IMDb & Rotten Tomatoes @ Prime Instant Video |
ID | pfnkplljjpbbbclllghfeakdlfcldpfj |
URL Oficial | https://chromewebstore.google.com/detail/imdb-rotten-tomatoes-prim/pfnkplljjpbbbclllghfeakdlfcldpfj |
Descripción | Enhances Prime Instant Video by amazon with movie ratings from IMDb and Rotten Tomatoes. |
Tamaño del Archivo | 101 KB |
Cantidad de Instalaciones | 932 |
Versión Actual | 0.0.5 |
Última Actualización | 2016-08-16 |
Fecha de Publicación | 2016-08-16 |
Calificación | 2.40/5 Total de 10 Calificaciones |
Desarrollador | Joscha Feth |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/joscha/prime-ratings |
Idiomas Soportados | 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" ] } |