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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}