IMDb Redirect

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

什么是IMDb Redirect?

IMDb Redirect是由Tim Weller开发的Chrome扩展程序,该扩展的主要功能是“Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.”。

扩展截图

screenshot

下载IMDb Redirect扩展crx文件

下载IMDb Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 IMDb Redirect IMDb Redirect
ID dofchgcjongaccjbpbgpgchlgnfoglle
官方URL https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle
简介 Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
文件大小 73.38 KB
安装次数 45
当前版本 1.0.1
更新时间 2023-08-29
上架时间 2013-06-22
评分 5.00/5 共1次评分
开发者 Tim Weller
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}