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
官方網址 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
}