IMDB (Unofficial)
This is a chrome extension which makes users to get info about a movie right in their browser(chrome)
¿Qué es IMDB (Unofficial)?
IMDB (Unofficial) es una extensión de Chrome desarrollada por Sunny Jhunjhunwala, y su función principal es "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IMDB (Unofficial)
Descarga archivos de extensión IMDB (Unofficial) 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 chrome extension helps you to quickly find more details about movies like Imdb rating, small description etc without the need of going to IMDB.com or leaving your browser tab. Type movie name and hit enter or click on search to get movie or serial details, incase of movies with same names but different year, accompany the title with year also to target the correct film. This is not a official product from IMDB and this extension is using OMDB API (http://www.omdbapi.com/). All content included on this extension, such as text, logos etc are properties of their respective companies.
Información Básica de la Extensión
Nombre | IMDB (Unofficial) |
ID | jjklpjnbopcmdeleflmpcpjeleccgmlh |
URL Oficial | https://chromewebstore.google.com/detail/imdb-unofficial/jjklpjnbopcmdeleflmpcpjeleccgmlh |
Descripción | This is a chrome extension which makes users to get info about a movie right in their browser(chrome) |
Tamaño del Archivo | 105 KB |
Cantidad de Instalaciones | 89 |
Versión Actual | 1.2.0 |
Última Actualización | 2020-02-09 |
Fecha de Publicación | 2020-02-09 |
Calificación | 3.33/5 Total de 3 Calificaciones |
Desarrollador | Sunny Jhunjhunwala |
Tipo de Pago | free |
Sitio Web de la Extensión | https://sunnyjhunjhunwala.com/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB (Unofficial)", "description": "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)", "version": "1.2.0", "permissions": [ "http:\/\/www.omdbapi.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "app\/imdb.html" }, "icons": { "19": "icon.png", "48": "icon-medium.png", "128": "icon-big.png" } } |