IMDb Redirect

Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.

Cos'è IMDb Redirect?

IMDb Redirect è un'estensione di Chrome sviluppata da Tim Weller, e la sua funzione principale è "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IMDb Redirect

Scarica i file di estensione IMDb Redirect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IMDb Redirect IMDb Redirect
ID dofchgcjongaccjbpbgpgchlgnfoglle
URL Ufficiale https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle
Descrizione Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
Dimensione del File 73.38 KB
Conteggio Installazioni 45
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-08-29
Data di Pubblicazione 2013-06-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Tim Weller
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}