IMDb Redirect
Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
¿Qué es IMDb Redirect?
IMDb Redirect es una extensión de Chrome desarrollada por Tim Weller, y su función principal es "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IMDb Redirect
Descarga archivos de extensión IMDb Redirect 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
If you're bugged by your local IMDb sites you are not alone. Country specific IMDb pages contain less information than the "international" version and are frankly looking like a website from 1999. This extension redirects you from any country specific IMDb site to IMDb.com.
Información Básica de la Extensión
Nombre | IMDb Redirect |
ID | dofchgcjongaccjbpbgpgchlgnfoglle |
URL Oficial | https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle |
Descripción | Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro. |
Tamaño del Archivo | 73.38 KB |
Cantidad de Instalaciones | 45 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-08-29 |
Fecha de Publicación | 2013-06-22 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Tim Weller |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon_128.png" }, "description": "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.", "name": "IMDb Redirect", "permissions": [ "tabs" ], "version": "1.0.1", "icons": { "128": "icon_128.png", "64": "icon_64.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "manifest_version": 2 } |