IMDb Redirect
Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
Wat is IMDb Redirect?
IMDb Redirect is een Chrome-extensie ontwikkeld door Tim Weller, en de belangrijkste functie is "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.".
Extensie Screenshots
Download het CRX-bestand van de extensie IMDb Redirect
Download IMDb Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | IMDb Redirect |
ID | dofchgcjongaccjbpbgpgchlgnfoglle |
Officiële URL | https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle |
Beschrijving | Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro. |
Bestandsgrootte | 73.38 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-08-29 |
Publicatiedatum | 2013-06-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tim Weller |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |