IMDb Redirect

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

IMDb Redirectคืออะไร?

IMDb Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Weller และคุณลักษณะหลักของมันคือ "Redirect all country specific IMDb links to IMDb.com. Does not work with IMDb Pro."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDb Redirect

ดาวน์โหลดไฟล์ส่วนขยาย 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
}