IMDb Redirect

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

What is IMDb Redirect?

IMDb Redirect is a Chrome extension developed by Tim Weller, and its main feature is "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.".

Extension Screenshots

screenshot

Download IMDb Redirect Extension CRX File

Download IMDb Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IMDb Redirect IMDb Redirect
ID dofchgcjongaccjbpbgpgchlgnfoglle
Official URL https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle
Description Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
File Size 73.38 KB
Installation Count 45
Current Version 1.0.1
Last Updated 2023-08-29
Publish Date 2013-06-22
Rating 5.00/5 Total 1 Ratings
Developer Tim Weller
Email [email protected]
Payment Type free
Supported Languages 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
}