IMDb Redirect

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

IMDb Redirect là gì?

IMDb Redirect là một tiện ích mở rộng Chrome được phát triển bởi Tim Weller, và tính năng chính của nó là "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IMDb Redirect

Tải xuống các tệp mở rộng IMDb Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IMDb Redirect IMDb Redirect
ID dofchgcjongaccjbpbgpgchlgnfoglle
URL Chính Thức https://chromewebstore.google.com/detail/imdb-redirect/dofchgcjongaccjbpbgpgchlgnfoglle
Mô tả Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro.
Kích Thước Tệp 73.38 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-08-29
Ngày Phát Hành 2013-06-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tim Weller
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}