IMDb Redirect

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

Hvad er IMDb Redirect?

IMDb Redirect er en Chrome-udvidelse udviklet af Tim Weller, og dens hovedfunktion er "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.".

Udvidelsesskærmbilleder

screenshot

Download IMDb Redirect-udvidelses-CRX-fil

Download IMDb Redirect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn IMDb Redirect IMDb Redirect
ID dofchgcjongaccjbpbgpgchlgnfoglle
Officiel URL https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle
Beskrivelse Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
Filstørrelse 73.38 KB
Antal Installationer 45
Nuværende Version 1.0.1
Senest Opdateret 2023-08-29
Udgivelsesdato 2013-06-22
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Tim Weller
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}